meta: import radiance settings
This commit is contained in:
parent
0e2a6ced4d
commit
29137efd6a
1 changed files with 21 additions and 0 deletions
21
.vscode/settings.json
vendored
Normal file
21
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"Lua.diagnostics.globals": [
|
||||||
|
"love",
|
||||||
|
"unpack",
|
||||||
|
"loadstring",
|
||||||
|
"game",
|
||||||
|
"core",
|
||||||
|
"scenes",
|
||||||
|
"utils",
|
||||||
|
"birb",
|
||||||
|
"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