Skip to content

Commit e81f11a

Browse files
committed
3.6.10
1 parent 7d92359 commit e81f11a

File tree

14 files changed

+41
-33
lines changed

14 files changed

+41
-33
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![version](https://vsmarketplacebadges.dev/version-short/sumneko.lua.png)](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
55
![installs](https://vsmarketplacebadges.dev/installs-short/sumneko.lua.png)
66
![downloads](https://vsmarketplacebadges.dev/downloads-short/sumneko.lua.png)
7-
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/sumneko/lua-language-server.png)](https://github.com/LuaLS/lua-language-server/issues "Average time to resolve an issue")
7+
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/LuaLS/lua-language-server.png)](https://github.com/LuaLS/lua-language-server/issues "Average time to resolve an issue")
88

99

1010
***Lua development just got a whole lot better*** 🧠
@@ -37,7 +37,7 @@ The language server can easily be installed for use in VS Code, but it can also
3737

3838
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
3939

40-
![](https://github.com/sumneko/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
40+
![](https://github.com/LuaLS/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
4141

4242
### Command Line
4343
[![Install for command line](https://img.shields.io/badge/Install%20For-Command%20Line-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line)
@@ -107,13 +107,13 @@ Software that the language server (or the development of it) uses:
107107
* [bee.lua](https://github.com/actboy168/bee.lua)
108108
* [luamake](https://github.com/actboy168/luamake)
109109
* [LPegLabel](https://github.com/sqmedeiros/lpeglabel)
110-
* [LuaParser](https://github.com/sumneko/LuaParser)
110+
* [LuaParser](https://github.com/LuaLS/LuaParser)
111111
* [ScreenToGif](https://github.com/NickeManarin/ScreenToGif)
112112
* [vscode-languageclient](https://github.com/microsoft/vscode-languageserver-node)
113113
* [lua.tmbundle](https://github.com/textmate/lua.tmbundle)
114114
* [EmmyLua](https://emmylua.github.io)
115-
* [lua-glob](https://github.com/sumneko/lua-glob)
116-
* [utility](https://github.com/sumneko/utility)
115+
* [lua-glob](https://github.com/LuaLS/lua-glob)
116+
* [utility](https://github.com/LuaLS/utility)
117117
* [vscode-lua-doc](https://github.com/actboy168/vscode-lua-doc)
118118
* [json.lua](https://github.com/actboy168/json.lua)
119119
* [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle)

changelog.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# changelog
22

3+
## 3.6.10
4+
`2023-2-7`
5+
* `FIX` [#1869]
6+
* `FIX` [#1872]
7+
8+
[#1869]: https://github.com/LuaLS/lua-language-server/issues/1869
9+
[#1872]: https://github.com/LuaLS/lua-language-server/issues/1872
10+
311
## 3.6.9
412
`2023-2-2`
513
* `FIX` [#1864]
614
* `FIX` [#1868]
715
* `FIX` [#1869]
816
* `FIX` [#1871]
917

10-
[#1864]: https://github.com/sumneko/lua-language-server/issues/1864
11-
[#1868]: https://github.com/sumneko/lua-language-server/issues/1868
12-
[#1869]: https://github.com/sumneko/lua-language-server/issues/1869
13-
[#1871]: https://github.com/sumneko/lua-language-server/issues/1871
18+
[#1864]: https://github.com/LuaLS/lua-language-server/issues/1864
19+
[#1868]: https://github.com/LuaLS/lua-language-server/issues/1868
20+
[#1869]: https://github.com/LuaLS/lua-language-server/issues/1869
21+
[#1871]: https://github.com/LuaLS/lua-language-server/issues/1871
1422

1523
## 3.6.8
1624
`2023-1-31`
@@ -23,12 +31,12 @@
2331
* `FIX` [#1855]
2432
* `FIX` [#1857]
2533

26-
[#1831]: https://github.com/sumneko/lua-language-server/issues/1831
27-
[#1838]: https://github.com/sumneko/lua-language-server/issues/1838
28-
[#1841]: https://github.com/sumneko/lua-language-server/issues/1841
29-
[#1851]: https://github.com/sumneko/lua-language-server/issues/1851
30-
[#1855]: https://github.com/sumneko/lua-language-server/issues/1855
31-
[#1857]: https://github.com/sumneko/lua-language-server/issues/1857
34+
[#1831]: https://github.com/LuaLS/lua-language-server/issues/1831
35+
[#1838]: https://github.com/LuaLS/lua-language-server/issues/1838
36+
[#1841]: https://github.com/LuaLS/lua-language-server/issues/1841
37+
[#1851]: https://github.com/LuaLS/lua-language-server/issues/1851
38+
[#1855]: https://github.com/LuaLS/lua-language-server/issues/1855
39+
[#1857]: https://github.com/LuaLS/lua-language-server/issues/1857
3240

3341
## 3.6.7
3442
`2023-1-20`
@@ -742,7 +750,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
742750
## 2.6.7
743751
`2022-3-9`
744752
* `NEW` offline diagnostic, [read more](https://github.com/LuaLS/lua-language-server/wiki/Offline-Diagnostic)
745-
* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/sumneko/lua.tmbundle).
753+
* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/LuaLS/lua.tmbundle).
746754
* `CHG` telemetry: the prompt will only appear in VSCode to avoid repeated prompts in other platforms due to the inability to automatically modify the settings.
747755
* `FIX` [#965](https://github.com/LuaLS/lua-language-server/issues/965)
748756
* `FIX` [#975](https://github.com/LuaLS/lua-language-server/issues/975)
@@ -1621,7 +1629,7 @@ f( -- view comments of `1` and `2` in completion
16211629
* `NEW` diagnostic: `undefined-field`
16221630
* `NEW` telemetry:
16231631
+ [What data will be sent](https://github.com/LuaLS/lua-language-server/blob/master/script/service/telemetry.lua)
1624-
+ [How to use this data](https://github.com/sumneko/lua-telemetry-server/tree/master/method)
1632+
+ [How to use this data](https://github.com/LuaLS/lua-telemetry-server/tree/master/method)
16251633
* `CHG` diagnostic: `unused-function` ignores function with `<close>`
16261634
* `CHG` semantic: not cover local call
16271635
* `CHG` language client: update to [7.0.0](https://github.com/microsoft/vscode-languageserver-node/commit/20681d7632bb129def0c751be73cf76bd01f2f3a)

client/3rd/vscode-lua-doc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3054,5 +3054,5 @@
30543054
"sponsor": {
30553055
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
30563056
},
3057-
"version": "3.6.9"
3057+
"version": "3.6.10"
30583058
}

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"config.intelliSense.fastGlobal": "In the global variable completion, and view `_G` suspension prompt. This will slightly reduce the accuracy of type speculation, but it will have a significant performance improvement for projects that use a lot of global variables.",
155155
"config.intelliSense.searchDepth": "Set the search depth for IntelliSense. Increasing this value increases accuracy, but decreases performance. Different workspace have different tolerance for this setting. Please adjust it to the appropriate value.",
156156
"config.misc.executablePath": "Specify the executable path in VSCode.",
157-
"config.misc.parameters": "[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.",
157+
"config.misc.parameters": "[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.",
158158
"config.runtime.builtin": "Adjust the enabled state of the built-in library. You can disable (or redefine) the non-existent library according to the actual runtime environment.\n\n* `default`: Indicates that the library will be enabled or disabled according to the runtime version\n* `enable`: always enable\n* `disable`: always disable\n",
159159
"config.runtime.builtin.basic": "",
160160
"config.runtime.builtin.bit": "",
@@ -218,4 +218,4 @@
218218
"config.workspace.supportScheme": "Provide language server for the Lua files of the following scheme.",
219219
"config.workspace.useGitIgnore": "Ignore files list in `.gitignore` .",
220220
"config.workspace.userThirdParty": "Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)"
221-
}
221+
}

package.nls.pt-br.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"config.intelliSense.fastGlobal": "In the global variable completion, and view `_G` suspension prompt. This will slightly reduce the accuracy of type speculation, but it will have a significant performance improvement for projects that use a lot of global variables.",
155155
"config.intelliSense.searchDepth": "Set the search depth for IntelliSense. Increasing this value increases accuracy, but decreases performance. Different workspace have different tolerance for this setting. Please adjust it to the appropriate value.",
156156
"config.misc.executablePath": "Specify the executable path in VSCode.",
157-
"config.misc.parameters": "[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.",
157+
"config.misc.parameters": "[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.",
158158
"config.runtime.builtin": "Adjust the enabled state of the built-in library. You can disable (or redefine) the non-existent library according to the actual runtime environment.\n\n* `default`: Indicates that the library will be enabled or disabled according to the runtime version\n* `enable`: always enable\n* `disable`: always disable\n",
159159
"config.runtime.builtin.basic": "",
160160
"config.runtime.builtin.bit": "",
@@ -218,4 +218,4 @@
218218
"config.workspace.supportScheme": "Provide language server for the Lua files of the following scheme.",
219219
"config.workspace.useGitIgnore": "Ignore files list in `.gitignore` .",
220220
"config.workspace.userThirdParty": "Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)"
221-
}
221+
}

package.nls.zh-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@
218218
"config.workspace.supportScheme": "为以下 scheme 的lua文件提供语言服务。",
219219
"config.workspace.useGitIgnore": "忽略 `.gitignore` 中列举的文件。",
220220
"config.workspace.userThirdParty": "在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)"
221-
}
221+
}

package.nls.zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@
218218
"config.workspace.supportScheme": "為以下 `scheme` 的lua檔案提供語言伺服。",
219219
"config.workspace.useGitIgnore": "忽略 `.gitignore` 中列舉的檔案。",
220220
"config.workspace.userThirdParty": "在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)"
221-
}
221+
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.6.9"
3+
local VERSION = "3.6.10"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

0 commit comments

Comments
 (0)