--- /dev/null
+{\r
+ // Use IntelliSense to learn about possible attributes.\r
+ // Hover to view descriptions of existing attributes.\r
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387\r
+ "version": "0.2.0",\r
+ "configurations": [\r
+ {\r
+ "name": "(Windows) Starten",\r
+ "type": "cppvsdbg",\r
+ "request": "launch",\r
+ "program": "${workspaceFolder}/main.exe",\r
+ "args": [],\r
+ "stopAtEntry": false,\r
+ "cwd": "${workspaceFolder}",\r
+ "environment": [],\r
+ "externalConsole": false\r
+ }\r
+ ]\r
+}
\ No newline at end of file