fix: add globals
This commit is contained in:
parent
6bac6704f5
commit
982be45f1a
1 changed files with 12 additions and 0 deletions
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"Lua.diagnostics.globals": [
|
||||||
|
"love",
|
||||||
|
"loadstring",
|
||||||
|
"unpack",
|
||||||
|
"birb",
|
||||||
|
"utils",
|
||||||
|
"core",
|
||||||
|
"scenes",
|
||||||
|
"game"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue