diff --git a/.vscode/launch.json b/.vscode/launch.json index ef291e439..2f1d3163b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -33,7 +33,6 @@ "program": "${workspaceFolder}/_layout/bin/Runner.Listener", "args": ["run"], "cwd": "${workspaceFolder}/src", - "stopAtEntry": true, "console": "integratedTerminal", "requireExactSource": false, }, @@ -44,7 +43,6 @@ "program": "${workspaceFolder}/_layout/bin/Runner.Listener", "args": ["configure"], "cwd": "${workspaceFolder}/src", - "stopAtEntry": true, "console": "integratedTerminal", "requireExactSource": false, }, @@ -56,4 +54,4 @@ "requireExactSource": false, }, ], -} \ No newline at end of file +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 34681ecd1..e3f63cdf6 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -44,4 +44,4 @@ }, } ], -} \ No newline at end of file +}