meta: better settings
This commit is contained in:
parent
5291f9f890
commit
76e93332e7
1 changed files with 8 additions and 0 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -9,5 +9,13 @@
|
||||||
"utils",
|
"utils",
|
||||||
"birb",
|
"birb",
|
||||||
"enum"
|
"enum"
|
||||||
|
],
|
||||||
|
"Lua.runtime.version": "LuaJIT",
|
||||||
|
"Lua.workspace.library": [
|
||||||
|
"${3rd}/love2d/library"
|
||||||
|
],
|
||||||
|
"Lua.workspace.checkThirdParty": false,
|
||||||
|
"Lua.diagnostics.disable": [
|
||||||
|
"redundant-parameter"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue