aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
author BrickPi <49528459+BrickPi@users.noreply.github.com>2023-11-14 22:12:00 +0100
committer BrickPi <49528459+BrickPi@users.noreply.github.com>2023-11-15 18:06:48 +0100
commit4794eeedd9abc1393526a97253bf9d59b5ecd179 (patch)
tree1100ec41f85e3030d553a3447c1688467c7a8214 /.vscode/launch.json
parentf572664cbe1aa5ec2cb6907de3083f058c20af7e (diff)
Implement National Foci
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..da3dff4
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,20 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "(Windows) Launch",
+ "type": "cppvsdbg",
+ "request": "launch",
+ "program": "${workspaceFolder}/bin/openvic-simulation.headless.windows.template_debug.dev.x86_64.exe",
+ "args": [],
+ "stopAtEntry": false,
+ "cwd": "${fileDirname}",
+ "environment": [],
+ "console": "integratedTerminal"
+ }
+
+ ]
+} \ No newline at end of file