diff --git a/.vscode/launch.json b/.vscode/launch.json index 9782360..fec89bf 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,6 +9,7 @@ "cwd": "${workspaceRoot}", "valuesFormatting": "parseText", "preLaunchTask": "Build Debug", + "internalConsoleOptions": "openOnSessionStart", }, { @@ -20,6 +21,7 @@ "cwd": "${workspaceRoot}", "valuesFormatting": "parseText", "preLaunchTask": "Build Debug", + "internalConsoleOptions": "openOnSessionStart", }, ] }