mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Airboss
Take animation for determining the wire
This commit is contained in:
12
Moose Development/Moose/.vscode/settings.json
vendored
12
Moose Development/Moose/.vscode/settings.json
vendored
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"Lua.workspace.preloadFileSize": 1000,
|
||||
"Lua.diagnostics.disable": [
|
||||
"undefined-doc-name"
|
||||
"undefined-doc-name",
|
||||
"need-check-nil"
|
||||
],
|
||||
"Lua.diagnostics.globals": [
|
||||
"BASE",
|
||||
@@ -9,9 +10,14 @@
|
||||
"__Moose",
|
||||
"trigger",
|
||||
"coord",
|
||||
"missionCommands"
|
||||
"missionCommands",
|
||||
"world"
|
||||
],
|
||||
"Lua.completion.displayContext": 5,
|
||||
"Lua.runtime.version": "Lua 5.1",
|
||||
"Lua.completion.callSnippet": "Both"
|
||||
"Lua.completion.callSnippet": "Both",
|
||||
"Lua.workspace.library": [
|
||||
"${3rd}/lfs/library"
|
||||
],
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
Reference in New Issue
Block a user