diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index b80e7f49..efc6d602 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,12 +9,10 @@ "stopOnEntry": false, "program": "${workspaceRoot}/test.lua", "luaexe": "${workspaceFolder}/bin/lua-language-server", - "cpath": null, - "arg": [ - ], "luaVersion": "5.4", "sourceCoding": "utf8", - "console": "internalConsole", + "console": "integratedTerminal", + "internalConsoleOptions": "openOnSessionStart", "outputCapture": [ "print", "stderr", |