From 925842dcf66c02731dc6dfeb0ac64be191588a33 Mon Sep 17 00:00:00 2001 From: carverh Date: Thu, 21 Jul 2016 08:05:04 -0700 Subject: Revert "Added Dep" This reverts commit f4a2df277ce29388bb7026f262c1f0254705288f. --- source/.vscode/launch.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/.vscode/launch.json (limited to 'source/.vscode') 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 -- cgit v1.2.3