summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 0a367a572..000000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Launch",
- "type": "go",
- "request": "launch",
- "mode": "debug",
- "remotePath": "",
- "port": 2345,
- "host": "127.0.0.1",
- "program": "${workspaceRoot}/cmd/platform",
- "env": {},
- "args": [],
- "showLog": true
- }
- ]
-} \ No newline at end of file