File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7171 code-target : [win32-x64, win32-arm64]
7272 crash-reporting : true
7373 - os : ubuntu-22.04
74- artifact-name : luau-lsp-linux
74+ artifact-name : luau-lsp-linux-x86_64
7575 code-target : [linux-x64]
7676 crash-reporting : false
7777 - os : ubuntu-22.04-arm
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99### Changed
1010
1111- Sync to upstream Luau 0.683
12+ - The release artifact for Linux x86_64 is renamed from ` luau-lsp-linux.zip ` to ` luau-lsp-linux-x86_64.zip `
1213
1314## [ 1.52.1] - 2025-07-12
1415
@@ -1379,6 +1380,7 @@ local y = tbl.data -- Should give "This is some special information"
13791380### Added
13801381
13811382- Added configuration options to enable certain Language Server features. By default, they are all enabled:
1383+
13821384 - ` luau-lsp.completion.enabled ` : Autocomplete
13831385 - ` luau-lsp.hover.enabled ` : Hover
13841386 - ` luau-lsp.signatureHelp.enabled ` : Signature Help
You can’t perform that action at this time.
0 commit comments