summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-30 09:44:15 +0800
committersumneko <sumneko@hotmail.com>2019-04-30 09:44:15 +0800
commitef7e0c3604dcafee8cf46bd41d7c580ec06f5162 (patch)
treef29802fac671edcf6187b8bc6571b5b892cc8d2b /package.json
parent6bc99830fd935e5f099ab1d212db4bf83075768e (diff)
downloadlua-language-server-ef7e0c3604dcafee8cf46bd41d7c580ec06f5162.zip
fix #26 Revert "设置类型都改成window"
This reverts commit 4fec48c74f8c3b08d7e0a125c01f356b70efdeb2.
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index f1f574e3..322277f5 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"title": "Lua",
"properties": {
"Lua.runtime.version": {
- "scope": "window",
+ "scope": "resource",
"type": "string",
"default": "Lua 5.3",
"enum": [
@@ -48,7 +48,7 @@
"description": "%config.runtime.version%"
},
"Lua.runtime.path": {
- "scope": "window",
+ "scope": "resource",
"type": "array",
"items": "string",
"description": "%config.runtime.path%",
@@ -59,43 +59,43 @@
]
},
"Lua.diagnostics.disable": {
- "scope": "window",
+ "scope": "resource",
"type": "array",
"items": "string",
"description": "%config.diagnostics.disable%"
},
"Lua.diagnostics.globals": {
- "scope": "window",
+ "scope": "resource",
"type": "array",
"items": "string",
"description": "%config.diagnostics.globals%"
},
"Lua.workspace.ignoreDir": {
- "scope": "window",
+ "scope": "resource",
"type": "array",
"items": "string",
"description": "%config.workspace.ignoreDir%"
},
"Lua.workspace.ignoreSubmodules": {
- "scope": "window",
+ "scope": "resource",
"type": "boolean",
"default": true,
"description": "%config.workspace.ignoreSubmodules%"
},
"Lua.workspace.useGitIgnore": {
- "scope": "window",
+ "scope": "resource",
"type": "boolean",
"default": true,
"markdownDescription": "%config.workspace.useGitIgnore%"
},
"Lua.workspace.maxPreload": {
- "scope": "window",
+ "scope": "resource",
"type": "integer",
"default": 300,
"description": "%config.workspace.maxPreload%"
},
"Lua.workspace.preloadFileSize": {
- "scope": "window",
+ "scope": "resource",
"type": "integer",
"default": 100,
"description": "%config.workspace.preloadFileSize%"