From f4a2df277ce29388bb7026f262c1f0254705288f Mon Sep 17 00:00:00 2001 From: carverh Date: Wed, 20 Jul 2016 20:50:26 -0700 Subject: Added Dep --- source/.vscode/launch.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/.vscode/launch.json (limited to 'source/.vscode/launch.json') diff --git a/source/.vscode/launch.json b/source/.vscode/launch.json new file mode 100644 index 0000000..09aca23 --- /dev/null +++ b/source/.vscode/launch.json @@ -0,0 +1,24 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "mono", + "request": "launch", + "program": "${workspaceRoot}/program.exe", + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": "", + "runtimeExecutable": null, + "env": {}, + "externalConsole": false + }, + { + "name": "Attach", + "type": "mono", + "request": "attach", + "address": "localhost", + "port": 55555 + } + ] +} \ No newline at end of file -- cgit v1.2.3