diff --git a/.gitignore b/.gitignore index 9ad8137..d9d6961 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -.vscode mranderson.lua diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..96f989f --- /dev/null +++ b/.vscode/settings.json @@ -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" + ] +} \ No newline at end of file