Remove stopAtEntry and add eof newline

This commit is contained in:
Ferenc Hammerl
2021-05-25 15:33:33 +02:00
parent e4375f96f5
commit dd9b0877e0
2 changed files with 2 additions and 4 deletions

4
.vscode/launch.json vendored
View File

@@ -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,
},
],
}
}

2
.vscode/tasks.json vendored
View File

@@ -44,4 +44,4 @@
},
}
],
}
}