diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-15 14:29:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-15 14:29:35 +0800 |
commit | dcce7adf149dd7e1def8a503857ac8c10b8af809 (patch) | |
tree | a319b218907c9908844d8b7037c4e2a528311155 /.vscode/settings.json | |
parent | 8911db134e351df92d9f7cc6dd446ee422b24060 (diff) | |
download | lua-language-server-dcce7adf149dd7e1def8a503857ac8c10b8af809.zip |
push setting into `.luarc.json`
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 45d0f816..f8ca82c5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,32 +1,5 @@ // Just some comment { - "Lua.diagnostics.disable": [ - "close-non-object", - ], - "Lua.runtime.version": "Lua 5.4", - // Just some comment - "Lua.workspace.maxPreload": 1600, - "Lua.workspace.preloadFileSize": 1000, - "Lua.diagnostics.neededFileStatus": { - "undefined-field": "Any" - }, - "Lua.workspace.ignoreDir": [ - "locale/", - "libs/", - "3rd", - ".vscode", - "meta", - ], - "Lua.workspace.library": [ - // Just some comment - "script/meta", - "bin", - ], - "Lua.runtime.path": [ - "?.lua", - "script/?.lua", - "script/?/init.lua" - ], "Lua.misc.parameters": [ "--develop=true", "--dbgport=11413", |