summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorcursed22bc <admin@pixeldawn.org>2026-02-27 13:37:36 +0200
committercursed22bc <admin@pixeldawn.org>2026-02-27 13:37:36 +0200
commitf8da1a788c68ff58d53a173ad197ef3623dc6cff (patch)
tree63d417cac1782968a556675acbc8a506504d9069 /.vscode/settings.json
parentc528c8fa70a1399efc746be6468bd7d36abe1ca2 (diff)
base setup
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..a59b386
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "Lua.diagnostics.globals": [
+ "love"
+ ]
+} \ No newline at end of file