This commit is contained in:
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"rect",
|
||||
"exit",
|
||||
"spr"
|
||||
],
|
||||
|
||||
"Lua.workspace.library": [
|
||||
"./inc"
|
||||
],
|
||||
"Lua.runtime.path": [
|
||||
"?.lua",
|
||||
"?/init.lua",
|
||||
"inc/?.lua"
|
||||
],
|
||||
"Lua.diagnostics.disable": [
|
||||
"undefined-global"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user