mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
27 lines
664 B
JSON
27 lines
664 B
JSON
{
|
|
"Lua.workspace.preloadFileSize": 10000,
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-doc-name",
|
|
"duplicate-set-field",
|
|
"trailing-space",
|
|
"need-check-nil",
|
|
"ambiguity-1",
|
|
"undefined-doc-param",
|
|
"redundant-parameter",
|
|
"param-type-mismatch",
|
|
"deprecated",
|
|
"undefined-global",
|
|
"lowercase-global"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"BASE",
|
|
"lfs",
|
|
"__Moose",
|
|
"trigger",
|
|
"coord",
|
|
"missionCommands"
|
|
],
|
|
"Lua.completion.displayContext": 5,
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
"Lua.completion.callSnippet": "Both"
|
|
} |