summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-23 18:01:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-23 18:01:20 +0800
commit3d854460b06ef79f00ba45c6702bcc828c6593d6 (patch)
tree9566672b15cb482579e9c057e41f79924eee92a1 /.vscode/settings.json
parentc1b86aa357818ff5b3f02f2970db6cf724a47793 (diff)
downloadlua-language-server-3d854460b06ef79f00ba45c6702bcc828c6593d6.zip
update setting
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3d7dd407..51e4b3fb 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -19,12 +19,14 @@
],
"Lua.diagnostics.disable": [
"close-non-object",
- "undefined-field"
],
"Lua.runtime.version": "Lua 5.4",
// Just some comment
- "Lua.workspace.maxPreload": 600,
+ "Lua.workspace.maxPreload": 1600,
"Lua.workspace.preloadFileSize": 1000,
+ "Lua.diagnostics.neededFileStatus": {
+ "undefined-field": "Any"
+ },
"Lua.workspace.ignoreDir": [
"locale/",
"libs/",