You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
18
18
- Sync to upstream Luau 0.670
19
19
- Linux runners for GitHub actions are bumped from the deprecated `ubuntu-20.04` to `ubuntu-22.04`. This may mean that release artifacts no longer work on `ubuntu-20.04`.
20
20
- Improved Studio plugin error message when attempting to connect to a server but it is not online ([#982](https://github.com/JohnnyMorganz/luau-lsp/issues/982))
21
+
- VSCode extension will now strip the prefix `FFlag` / `DFFlag` / `FInt` / `DFInt` if they were included in the overrides name ([#981](https://github.com/JohnnyMorganz/luau-lsp/issues/981))
0 commit comments