]> gitweb.ps.run Git - subsurface_scattering/blob - .vscode/launch.json
Merge branch 'main' of https://github.com/patrick-scho/sss into main
[subsurface_scattering] / .vscode / launch.json
1 {\r
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
5   "version": "0.2.0",\r
6   "configurations": [\r
7     {\r
8       "name": "(Windows) Starten",\r
9       "type": "cppvsdbg",\r
10       "request": "launch",\r
11       "program": "${workspaceFolder}/main.exe",\r
12       "args": [],\r
13       "stopAtEntry": false,\r
14       "cwd": "${workspaceFolder}",\r
15       "environment": [],\r
16       "externalConsole": false\r
17     }\r
18   ]\r
19 }