]> gitweb.ps.run Git - subsurface_scattering/blobdiff - .vscode/launch.json
Merge branch 'main' of https://github.com/patrick-scho/sss into main
[subsurface_scattering] / .vscode / launch.json
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644 (file)
index 0000000..0abb9ae
--- /dev/null
@@ -0,0 +1,19 @@
+{\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