mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"Lua.workspace.preloadFileSize": 1000,
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-doc-name",
|
|
"need-check-nil"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"BASE",
|
|
"lfs",
|
|
"__Moose",
|
|
"trigger",
|
|
"coord",
|
|
"missionCommands",
|
|
"world"
|
|
],
|
|
"Lua.completion.displayContext": 5,
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
"Lua.completion.callSnippet": "Both",
|
|
"Lua.workspace.library": [
|
|
"${3rd}/lfs/library"
|
|
],
|
|
"Lua.workspace.checkThirdParty": false
|
|
} |