Skip to content

Commit ed1b18c

Browse files
committed
3.7.1
1 parent 7b58d50 commit ed1b18c

File tree

12 files changed

+97
-13
lines changed

12 files changed

+97
-13
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# changelog
22

3+
## 3.7.1
4+
`2023-11-7`
5+
* `FIX` [#2299]
6+
* `FIX` [#2335]
7+
8+
[#2299]: https://github.com/LuaLS/lua-language-server/issues/2299
9+
[#2335]: https://github.com/LuaLS/lua-language-server/issues/2335
10+
311
## 3.7.0
412
`2023-8-24`
513
* `NEW` support `---@type` and `--[[@as]]` for return statement

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,10 +3088,22 @@
30883088
"type": "boolean"
30893089
},
30903090
"Lua.workspace.checkThirdParty": {
3091-
"default": true,
3091+
"default": "Ask",
3092+
"enum": [
3093+
"Ask",
3094+
"Apply",
3095+
"ApplyInMemory",
3096+
"Disable"
3097+
],
30923098
"markdownDescription": "%config.workspace.checkThirdParty%",
3099+
"markdownEnumDescriptions": [
3100+
"%config.workspace.checkThirdParty.Ask%",
3101+
"%config.workspace.checkThirdParty.Apply%",
3102+
"%config.workspace.checkThirdParty.ApplyInMemory%",
3103+
"%config.workspace.checkThirdParty.Disable%"
3104+
],
30933105
"scope": "resource",
3094-
"type": "boolean"
3106+
"type": "string"
30953107
},
30963108
"Lua.workspace.ignoreDir": {
30973109
"default": [
@@ -3341,5 +3353,5 @@
33413353
"sponsor": {
33423354
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33433355
},
3344-
"version": "3.7.0"
3356+
"version": "3.7.1"
33453357
}

package.nls.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@
220220
"config.window.progressBar": "Show progress bar in status bar.",
221221
"config.window.statusBar": "Show extension status in status bar.",
222222
"config.workspace.checkThirdParty": "Automatic detection and adaptation of third-party libraries, currently supported libraries are:\n\n* OpenResty\n* Cocos4.0\n* LÖVE\n* LÖVR\n* skynet\n* Jass\n",
223+
"config.workspace.checkThirdParty.Apply": "TODO: Needs documentation",
224+
"config.workspace.checkThirdParty.ApplyInMemory": "TODO: Needs documentation",
225+
"config.workspace.checkThirdParty.Ask": "TODO: Needs documentation",
226+
"config.workspace.checkThirdParty.Disable": "TODO: Needs documentation",
223227
"config.workspace.ignoreDir": "Ignored files and directories (Use `.gitignore` grammar).",
224228
"config.workspace.ignoreSubmodules": "Ignore submodules.",
225229
"config.workspace.library": "In addition to the current workspace, which directories will load files from. The files in these directories will be treated as externally provided code libraries, and some features (such as renaming fields) will not modify these files.",

package.nls.pt-br.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@
220220
"config.window.progressBar": "Show progress bar in status bar.",
221221
"config.window.statusBar": "Show extension status in status bar.",
222222
"config.workspace.checkThirdParty": "Automatic detection and adaptation of third-party libraries, currently supported libraries are:\n\n* OpenResty\n* Cocos4.0\n* LÖVE\n* LÖVR\n* skynet\n* Jass\n",
223+
"config.workspace.checkThirdParty.Apply": "TODO: Needs documentation",
224+
"config.workspace.checkThirdParty.ApplyInMemory": "TODO: Needs documentation",
225+
"config.workspace.checkThirdParty.Ask": "TODO: Needs documentation",
226+
"config.workspace.checkThirdParty.Disable": "TODO: Needs documentation",
223227
"config.workspace.ignoreDir": "Ignored files and directories (Use `.gitignore` grammar).",
224228
"config.workspace.ignoreSubmodules": "Ignore submodules.",
225229
"config.workspace.library": "In addition to the current workspace, which directories will load files from. The files in these directories will be treated as externally provided code libraries, and some features (such as renaming fields) will not modify these files.",

package.nls.zh-cn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@
220220
"config.window.progressBar": "在状态栏显示进度条。",
221221
"config.window.statusBar": "在状态栏显示插件状态。",
222222
"config.workspace.checkThirdParty": "自动检测与适配第三方库,目前支持的库为:\n\n* OpenResty\n* Cocos4.0\n* LÖVE\n* LÖVR\n* skynet\n* Jass\n",
223+
"config.workspace.checkThirdParty.Apply": "TODO: Needs documentation",
224+
"config.workspace.checkThirdParty.ApplyInMemory": "TODO: Needs documentation",
225+
"config.workspace.checkThirdParty.Ask": "TODO: Needs documentation",
226+
"config.workspace.checkThirdParty.Disable": "TODO: Needs documentation",
223227
"config.workspace.ignoreDir": "忽略的文件与目录(使用 `.gitignore` 语法)。",
224228
"config.workspace.ignoreSubmodules": "忽略子模块。",
225229
"config.workspace.library": "除了当前工作区以外,还会从哪些目录中加载文件。这些目录中的文件将被视作外部提供的代码库,部分操作(如重命名字段)不会修改这些文件。",

package.nls.zh-tw.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@
220220
"config.window.progressBar": "在狀態欄顯示進度條。",
221221
"config.window.statusBar": "在狀態欄顯示延伸模組狀態。",
222222
"config.workspace.checkThirdParty": "自動偵測與適應第三方庫,目前支援的庫為:\n\n* OpenResty\n* Cocos4.0\n* LÖVE\n* LÖVR\n* skynet\n* Jass\n",
223+
"config.workspace.checkThirdParty.Apply": "TODO: Needs documentation",
224+
"config.workspace.checkThirdParty.ApplyInMemory": "TODO: Needs documentation",
225+
"config.workspace.checkThirdParty.Ask": "TODO: Needs documentation",
226+
"config.workspace.checkThirdParty.Disable": "TODO: Needs documentation",
223227
"config.workspace.ignoreDir": "忽略的檔案與目錄(使用 `.gitignore` 語法)。",
224228
"config.workspace.ignoreSubmodules": "忽略子模組。",
225229
"config.workspace.library": "除了目前工作區以外,還會從哪些目錄中載入檔案。這些目錄中的檔案將被視作外部提供的程式碼庫,部分操作(如重新命名欄位)不會修改這些檔案。",

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.7.0"
3+
local VERSION = "3.7.1"
44

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

server

Submodule server updated 708 files

setting/schema-pt-br.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,10 +3357,22 @@
33573357
}
33583358
},
33593359
"workspace.checkThirdParty": {
3360-
"default": true,
3360+
"default": "Ask",
3361+
"enum": [
3362+
"Ask",
3363+
"Apply",
3364+
"ApplyInMemory",
3365+
"Disable"
3366+
],
33613367
"markdownDescription": "Automatic detection and adaptation of third-party libraries, currently supported libraries are:\n\n* OpenResty\n* Cocos4.0\n* LÖVE\n* LÖVR\n* skynet\n* Jass\n",
3368+
"markdownEnumDescriptions": [
3369+
"TODO: Needs documentation",
3370+
"TODO: Needs documentation",
3371+
"TODO: Needs documentation",
3372+
"TODO: Needs documentation"
3373+
],
33623374
"scope": "resource",
3363-
"type": "boolean"
3375+
"type": "string"
33643376
},
33653377
"workspace.ignoreDir": {
33663378
"default": [

setting/schema-zh-cn.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,10 +3357,22 @@
33573357
}
33583358
},
33593359
"workspace.checkThirdParty": {
3360-
"default": true,
3360+
"default": "Ask",
3361+
"enum": [
3362+
"Ask",
3363+
"Apply",
3364+
"ApplyInMemory",
3365+
"Disable"
3366+
],
33613367
"markdownDescription": "自动检测与适配第三方库,目前支持的库为:\n\n* OpenResty\n* Cocos4.0\n* LÖVE\n* LÖVR\n* skynet\n* Jass\n",
3368+
"markdownEnumDescriptions": [
3369+
"TODO: Needs documentation",
3370+
"TODO: Needs documentation",
3371+
"TODO: Needs documentation",
3372+
"TODO: Needs documentation"
3373+
],
33623374
"scope": "resource",
3363-
"type": "boolean"
3375+
"type": "string"
33643376
},
33653377
"workspace.ignoreDir": {
33663378
"default": [

0 commit comments

Comments
 (0)