Point to the correct dir

This commit is contained in:
Alexander Krieg
2019-06-15 13:42:27 +00:00
parent b6cda78c17
commit 4c65000c4c

2
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/src/github.com/microsoft/vscode-remote-try-go/main/server.go"
"program": "${workspaceFolder}/src/main/server.go"
}
]
}