diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 0826aeb6..3ba84cd2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,7 +30,7 @@ "type": "lua", "request": "attach", "stopOnEntry": true, - "address": "127.0.0.1:11489", + "address": "127.0.0.1:11413", "outputCapture": [ ], "sourceMaps": [ |