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