Skip to content

Commit 2b3e395

Browse files
v1.61.0
1 parent 4a75944 commit 2b3e395

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [1.61.0] - 2026-01-24
10+
911
### Added
1012

1113
- Go To Definition on the original local function definition now works. This means Ctrl/Cmd+Click on the local function declaration will now open the references panel in VSCode ([#1122](https://github.com/JohnnyMorganz/luau-lsp/issues/1122))
@@ -1853,7 +1855,6 @@ local y = tbl.data -- Should give "This is some special information"
18531855
### Added
18541856

18551857
- Added configuration options to enable certain Language Server features. By default, they are all enabled:
1856-
18571858
- `luau-lsp.completion.enabled`: Autocomplete
18581859
- `luau-lsp.hover.enabled`: Hover
18591860
- `luau-lsp.signatureHelp.enabled`: Signature Help

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ option(LSP_STATIC_CRT "Link with the static CRT (/MT)" OFF)
77
option(LSP_BUILD_WITH_SENTRY "Build with Sentry (crash reporting)" OFF)
88
option(LSP_WERROR "Warnings as errors" ON)
99

10-
set(LSP_VERSION "1.60.1")
10+
set(LSP_VERSION "1.61.0")
1111
set(LSP_NAME "Luau")
1212

1313
if (LSP_STATIC_CRT)

editors/code/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/JohnnyMorganz/luau-lsp/issues"
1616
},
17-
"version": "1.60.1",
17+
"version": "1.61.0",
1818
"engines": {
1919
"vscode": "^1.67.0"
2020
},

0 commit comments

Comments
 (0)