From 4c65000c4c1f75a86e71b5b9dc6d25650bb6dcb1 Mon Sep 17 00:00:00 2001 From: Alexander Krieg Date: Sat, 15 Jun 2019 13:42:27 +0000 Subject: [PATCH] Point to the correct dir --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a739ed3..a99da60 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } ] } \ No newline at end of file