summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json18
1 files changed, 8 insertions, 10 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 0ed819e6..b8c677d6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -32,20 +32,18 @@
".vscode",
"meta",
],
- "Lua.workspace.library": {
- "E:/Github/test" : true,
+ "Lua.workspace.library": [
+ "E:/Github/test",
// Just some comment
- "script/meta" : true,
- },
- "Lua.plugin.enable": true,
- "Lua.awakened.cat": true,
- "Lua.develop.enable": true,
- "Lua.develop.debuggerPort": 11413,
- "Lua.intelliSense.searchDepth": 0,
+ "script/meta",
+ ],
"Lua.runtime.path": [
"?.lua",
"script/?.lua",
"script/?/init.lua"
],
- //"Lua.misc.parameters": "--showsource=true"
+ "Lua.misc.parameters": [
+ "--develop=true",
+ "--dbgport=11413",
+ ]
}