Unwanted changes

This commit is contained in:
Frank
2023-02-08 16:28:04 +01:00
parent e4c8ca34ed
commit ffc86bf046
3 changed files with 8 additions and 14 deletions

View File

@@ -1,8 +1,7 @@
{
"Lua.workspace.preloadFileSize": 1000,
"Lua.diagnostics.disable": [
"undefined-doc-name",
"need-check-nil"
"undefined-doc-name"
],
"Lua.diagnostics.globals": [
"BASE",
@@ -15,9 +14,5 @@
],
"Lua.completion.displayContext": 5,
"Lua.runtime.version": "Lua 5.1",
"Lua.completion.callSnippet": "Both",
"Lua.workspace.library": [
"${3rd}/lfs/library"
],
"Lua.workspace.checkThirdParty": false
"Lua.completion.callSnippet": "Both"
}