aboutsummaryrefslogtreecommitdiff
path: root/source/.vscode/launch.json
diff options
context:
space:
mode:
authorcarverh <[email protected]>2016-07-21 08:05:04 -0700
committercarverh <[email protected]>2016-07-21 08:05:04 -0700
commit925842dcf66c02731dc6dfeb0ac64be191588a33 (patch)
tree4dafbf76c9f30371eb4199c4b2d36063fdc6f147 /source/.vscode/launch.json
parentf4a2df277ce29388bb7026f262c1f0254705288f (diff)
downloadshiftos-c--925842dcf66c02731dc6dfeb0ac64be191588a33.tar.gz
shiftos-c--925842dcf66c02731dc6dfeb0ac64be191588a33.tar.bz2
shiftos-c--925842dcf66c02731dc6dfeb0ac64be191588a33.zip
Revert "Added Dep"
This reverts commit f4a2df277ce29388bb7026f262c1f0254705288f.
Diffstat (limited to 'source/.vscode/launch.json')
-rw-r--r--source/.vscode/launch.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/source/.vscode/launch.json b/source/.vscode/launch.json
deleted file mode 100644
index 09aca23..0000000
--- a/source/.vscode/launch.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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