mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-18 21:25:58 +00:00
2157f8e8cd
Take animation for determining the wire
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
|
|
} |