Skip to content

Commit 978509e

Browse files
committed
3.7.2
1 parent 46f262d commit 978509e

12 files changed

+29
-89
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# changelog
22

3+
## 3.7.2
4+
`2023-11-9`
5+
* `FIX` [#2407]
6+
7+
[#2407]: https://github.com/LuaLS/lua-language-server/issues/2407
8+
39
## 3.7.1
410
`2023-11-7`
511
* `FIX` [#2299]

package.json

+5-15
Original file line numberDiff line numberDiff line change
@@ -3088,22 +3088,12 @@
30883088
"type": "boolean"
30893089
},
30903090
"Lua.workspace.checkThirdParty": {
3091-
"default": "Ask",
3092-
"enum": [
3093-
"Ask",
3094-
"Apply",
3095-
"ApplyInMemory",
3096-
"Disable"
3097-
],
30983091
"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-
],
31053092
"scope": "resource",
3106-
"type": "string"
3093+
"type": [
3094+
"string",
3095+
"boolean"
3096+
]
31073097
},
31083098
"Lua.workspace.ignoreDir": {
31093099
"default": [
@@ -3353,5 +3343,5 @@
33533343
"sponsor": {
33543344
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33553345
},
3356-
"version": "3.7.1"
3346+
"version": "3.7.2"
33573347
}

package.nls.json

-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@
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",
227223
"config.workspace.ignoreDir": "Ignored files and directories (Use `.gitignore` grammar).",
228224
"config.workspace.ignoreSubmodules": "Ignore submodules.",
229225
"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

-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@
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",
227223
"config.workspace.ignoreDir": "Ignored files and directories (Use `.gitignore` grammar).",
228224
"config.workspace.ignoreSubmodules": "Ignore submodules.",
229225
"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

-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@
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",
227223
"config.workspace.ignoreDir": "忽略的文件与目录(使用 `.gitignore` 语法)。",
228224
"config.workspace.ignoreSubmodules": "忽略子模块。",
229225
"config.workspace.library": "除了当前工作区以外,还会从哪些目录中加载文件。这些目录中的文件将被视作外部提供的代码库,部分操作(如重命名字段)不会修改这些文件。",

package.nls.zh-tw.json

-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@
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",
227223
"config.workspace.ignoreDir": "忽略的檔案與目錄(使用 `.gitignore` 語法)。",
228224
"config.workspace.ignoreSubmodules": "忽略子模組。",
229225
"config.workspace.library": "除了目前工作區以外,還會從哪些目錄中載入檔案。這些目錄中的檔案將被視作外部提供的程式碼庫,部分操作(如重新命名欄位)不會修改這些檔案。",

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.7.1"
3+
local VERSION = "3.7.2"
44

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

server

setting/schema-pt-br.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -3357,22 +3357,12 @@
33573357
}
33583358
},
33593359
"workspace.checkThirdParty": {
3360-
"default": "Ask",
3361-
"enum": [
3362-
"Ask",
3363-
"Apply",
3364-
"ApplyInMemory",
3365-
"Disable"
3366-
],
33673360
"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-
],
33743361
"scope": "resource",
3375-
"type": "string"
3362+
"type": [
3363+
"string",
3364+
"boolean"
3365+
]
33763366
},
33773367
"workspace.ignoreDir": {
33783368
"default": [

setting/schema-zh-cn.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -3357,22 +3357,12 @@
33573357
}
33583358
},
33593359
"workspace.checkThirdParty": {
3360-
"default": "Ask",
3361-
"enum": [
3362-
"Ask",
3363-
"Apply",
3364-
"ApplyInMemory",
3365-
"Disable"
3366-
],
33673360
"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-
],
33743361
"scope": "resource",
3375-
"type": "string"
3362+
"type": [
3363+
"string",
3364+
"boolean"
3365+
]
33763366
},
33773367
"workspace.ignoreDir": {
33783368
"default": [

setting/schema-zh-tw.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -3357,22 +3357,12 @@
33573357
}
33583358
},
33593359
"workspace.checkThirdParty": {
3360-
"default": "Ask",
3361-
"enum": [
3362-
"Ask",
3363-
"Apply",
3364-
"ApplyInMemory",
3365-
"Disable"
3366-
],
33673360
"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-
],
33743361
"scope": "resource",
3375-
"type": "string"
3362+
"type": [
3363+
"string",
3364+
"boolean"
3365+
]
33763366
},
33773367
"workspace.ignoreDir": {
33783368
"default": [

setting/schema.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -3357,22 +3357,12 @@
33573357
}
33583358
},
33593359
"workspace.checkThirdParty": {
3360-
"default": "Ask",
3361-
"enum": [
3362-
"Ask",
3363-
"Apply",
3364-
"ApplyInMemory",
3365-
"Disable"
3366-
],
33673360
"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-
],
33743361
"scope": "resource",
3375-
"type": "string"
3362+
"type": [
3363+
"string",
3364+
"boolean"
3365+
]
33763366
},
33773367
"workspace.ignoreDir": {
33783368
"default": [

0 commit comments

Comments
 (0)