Console programm hinzugefügt

This commit is contained in:
HuskyTeufel
2021-08-05 08:01:01 +02:00
parent 34b2c92bb6
commit 4d26bb007e
6 changed files with 52 additions and 4 deletions

13
.vscode/launch.json vendored
View File

@@ -1,11 +1,22 @@
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/XMLProgramm/bin/Debug/net5.0/XMLProgramm.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"console": "internalConsole"
},
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"name": ".NET Core Launch (console)",
"name": ".NET Core Launch TEST (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",