summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMartin Kraft <mkraft@users.noreply.github.com>2018-05-04 11:44:48 -0400
committerChristopher Speller <crspeller@gmail.com>2018-05-04 08:44:48 -0700
commit37b3805ca6b260a6075a522be46a948c9e54e58b (patch)
tree42cee6ba80be2007a5081d841a71f0b76af5e29c /.vscode
parent5000eac24f8d9aeef9cd24a58af43597e6c62b02 (diff)
downloadchat-37b3805ca6b260a6075a522be46a948c9e54e58b.tar.gz
chat-37b3805ca6b260a6075a522be46a948c9e54e58b.tar.bz2
chat-37b3805ca6b260a6075a522be46a948c9e54e58b.zip
Removes .vscode dir. (#8721)
Diffstat (limited to '.vscode')
-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