2 // Use IntelliSense to learn about possible attributes.
\r
3 // Hover to view descriptions of existing attributes.
\r
4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
\r
8 "name": "(Windows) Starten",
\r
10 "request": "launch",
\r
11 "program": "${workspaceFolder}/main.exe",
\r
13 "stopAtEntry": false,
\r
14 "cwd": "${workspaceFolder}",
\r
16 "externalConsole": false
\r