aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 8795aee..a791e75 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,10 +5,16 @@
"version": "0.2.0",
"configurations": [
{
+ "name": "Go Server",
+ "type": "go",
+ "request": "launch",
+ "program": "${workspaceRoot}/Server.go"
+ },
+ {
"name": "Python: Current File",
"type": "python",
"request": "launch",
- "program": "${file}"z
+ "program": "${file}"
},
{
"name": "Python: Attach",