1.39.0 #923
JohnnyMorganz
announced in
Announcements
1.39.0
#923
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[1.39.0] - 2025-02-08
Added
luau-lsp.server.path
(default:""
) which allows the use of locally installedluau-lsp
binaries. (#897)CompletionItem.labelDetails.description
as well as just inCompletionItem.detail
{
character will be automatically closed with a}
character when completed within an interpolated string. This occurs when the{
character is typed just before whitespace or a`
character (#916).luau-lsp.completion.enableFragmentAutocomplete
(default:false
). This incremental system can lead to performance improvements when autocompleting.luau-lsp.ignoreGlobs
andluau-lsp.types.definitionFiles
configuration from a settings JSON file will now beapplied when running
luau-lsp analyze --settings file.json
on the commandline (#892)
Changed
Fixed
unknown notificated method: $/plugin/full
message in logs even though plugin message was handledExternal Contributions
New Contributors
Full Changelog: 1.38.1...1.39.0
This discussion was created from the release 1.39.0.
Beta Was this translation helpful? Give feedback.
All reactions