forked from Simnation/Main
edit
This commit is contained in:
parent
be02d05ba8
commit
fc7ea910e9
35 changed files with 11992 additions and 1 deletions
12
resources/[tools]/mt_lib/.vscode/settings.json
vendored
Normal file
12
resources/[tools]/mt_lib/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"lib",
|
||||
"cache"
|
||||
],
|
||||
"Lua.diagnostics.disable": [
|
||||
"cast-local-type",
|
||||
"param-type-mismatch",
|
||||
"need-check-nil",
|
||||
"undefined-field"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue