aboutsummaryrefslogtreecommitdiff
path: root/source/.vscode/launch.json
diff options
context:
space:
mode:
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