diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-28 14:07:15 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-28 14:07:15 +0800 |
commit | 4fec48c74f8c3b08d7e0a125c01f356b70efdeb2 (patch) | |
tree | 1d0c6c5182075b7d51b42a7ea604986fd3a22c5e | |
parent | e815cc9495f15baa259e22d8a9d83b037f5cb831 (diff) | |
download | lua-language-server-4fec48c74f8c3b08d7e0a125c01f356b70efdeb2.zip |
设置类型都改成window
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 9e4f20b2..6be9ddf6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "title": "Lua", "properties": { "Lua.runtime.version": { - "scope": "resource", + "scope": "window", "type": "string", "default": "Lua 5.3", "enum": [ @@ -48,7 +48,7 @@ "description": "%config.runtime.version%" }, "Lua.runtime.path": { - "scope": "resource", + "scope": "window", "type": "array", "items": "string", "description": "%config.runtime.path%", @@ -59,43 +59,43 @@ ] }, "Lua.diagnostics.disable": { - "scope": "resource", + "scope": "window", "type": "array", "items": "string", "description": "%config.diagnostics.disable%" }, "Lua.diagnostics.globals": { - "scope": "resource", + "scope": "window", "type": "array", "items": "string", "description": "%config.diagnostics.globals%" }, "Lua.workspace.ignoreDir": { - "scope": "resource", + "scope": "window", "type": "array", "items": "string", "description": "%config.workspace.ignoreDir%" }, "Lua.workspace.ignoreSubmodules": { - "scope": "resource", + "scope": "window", "type": "boolean", "default": true, "description": "%config.workspace.ignoreSubmodules%" }, "Lua.workspace.useGitIgnore": { - "scope": "resource", + "scope": "window", "type": "boolean", "default": true, "description": "%config.workspace.useGitIgnore%" }, "Lua.workspace.maxPreload": { - "scope": "resource", + "scope": "window", "type": "integer", "default": 300, "description": "%config.workspace.maxPreload%" }, "Lua.workspace.preloadFileSize": { - "scope": "resource", + "scope": "window", "type": "integer", "default": 100, "description": "%config.workspace.preloadFileSize%" |