summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2bd043e4..c3edce21 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -10,7 +10,10 @@
"ac",
"_G",
"GC",
- "ID"
+ "ID",
+ "DEVELOP",
+ "DBGPORT",
+ "DBGWAIT"
],
"Lua.diagnostics.disable": [
],
@@ -30,5 +33,6 @@
"script/meta" : true,
},
"Lua.plugin.enable": true,
- "Lua.zzzzzz.cat": true
+ "Lua.zzzzzz.cat": true,
+ "Lua.develop.enable": true
}