1.19.0 #343
JohnnyMorganz
announced in
Announcements
1.19.0
#343
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[1.19.0] - 2023-04-26
Deprecated
luau-lsp.completion.suggestImports
: useluau-lsp.completion.imports.enabled
insteadAdded
luau-lsp.index.enabled
which will index the whole workspace into memory. If disabled, only limited support for Find All References and rename is possibleluau-lsp.index.enabled
must be enabled for full support.luau-lsp.index.enabled
is disabled, this feature is disabled for correctness reasons.luau-lsp.index.enabled
is disabled, this exported types renaming is disabled for correctness reasons.luau-lsp.completion.imports.enabled
: replacesluau-lsp.completion.suggestImports
(default: false)luau-lsp.completion.imports.suggestServices
: whether GetService imports are included in suggestions (default: true)luau-lsp.completion.imports.suggestRequires
: whether auto-requires are included in suggestions (default: true)luau-lsp.completion.imports.requireStyle
: the style of require format (default: "auto")luau-lsp.completion.imports.separateGroupsWithLine
: whether an empty line should be added in between services and requires (default: false)Changed
luau-lsp.index.enabled
to be enabled for full support.Fixed
#!
present at top of filerequire("Constants/Te|")
.Originally, nothing would autocomplete. Now, everything inside of the Constants folder will still autocomplete as usual (filtered for "Te").
This discussion was created from the release 1.19.0.
Beta Was this translation helpful? Give feedback.
All reactions