meta: better settings

This commit is contained in:
Kazhnuz Klappsthul 2021-12-05 17:51:18 +01:00
parent 5291f9f890
commit 76e93332e7
1 changed files with 8 additions and 0 deletions

View File

@ -9,5 +9,13 @@
"utils",
"birb",
"enum"
],
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.library": [
"${3rd}/love2d/library"
],
"Lua.workspace.checkThirdParty": false,
"Lua.diagnostics.disable": [
"redundant-parameter"
]
}