diff options
| author | carverh <[email protected]> | 2016-07-20 20:50:26 -0700 |
|---|---|---|
| committer | carverh <[email protected]> | 2016-07-20 20:50:26 -0700 |
| commit | f4a2df277ce29388bb7026f262c1f0254705288f (patch) | |
| tree | 16b863f67fa1583a18f97829ad3174bdaeef9cb2 /source/.vscode/launch.json | |
| parent | 2747ec98b77a58a4d311265229b5c2981df6d92f (diff) | |
| download | shiftos-c--f4a2df277ce29388bb7026f262c1f0254705288f.tar.gz shiftos-c--f4a2df277ce29388bb7026f262c1f0254705288f.tar.bz2 shiftos-c--f4a2df277ce29388bb7026f262c1f0254705288f.zip | |
Added Dep
Diffstat (limited to 'source/.vscode/launch.json')
| -rw-r--r-- | source/.vscode/launch.json | 24 |
1 files changed, 24 insertions, 0 deletions
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 |
