diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 | ||||
-rw-r--r-- | .vscode/settings.json | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 438fe0d7..5431ca74 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -48,7 +48,7 @@ "type": "lua", "request": "attach", "stopOnEntry": true, - "address": "127.0.0.1:11419", + "address": "127.0.0.1:11420", "outputCapture": [ ] }, diff --git a/.vscode/settings.json b/.vscode/settings.json index 97694867..ecf65735 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,9 @@ // Just some comment { - "Lua.diagnostics.globals": [ // Just some comment - // Just some comment + "Lua.diagnostics.globals": [ "ERR", "OUT", "IN", - // Just some comment "log", "ac", "_G", |