add vscode config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1 @@
|
|||||||
.vscode
|
|
||||||
mranderson.lua
|
mranderson.lua
|
||||||
|
|||||||
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