From dd9b0877e0101571f2fa0144ee329d8cfa8c1390 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl Date: Tue, 25 May 2021 15:33:33 +0200 Subject: [PATCH] Remove stopAtEntry and add eof newline --- .vscode/launch.json | 4 +--- .vscode/tasks.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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 +}