aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a791e75..4217724 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
+
{
"name": "Go Server",
"type": "go",
@@ -11,6 +12,12 @@
"program": "${workspaceRoot}/Server.go"
},
{
+ "name": "Go Server 2",
+ "type": "go",
+ "request": "launch",
+ "program": "${workspaceRoot}/Server2.go"
+ },
+ {
"name": "Python: Current File",
"type": "python",
"request": "launch",