From 2abffe3bd5b8162ff6c4a16436662ce92ac9ea49 Mon Sep 17 00:00:00 2001 From: Alexander Krieg Date: Sat, 15 Jun 2019 09:47:50 +0000 Subject: [PATCH] Point to new program location --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4b21482..a739ed3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "go", "request": "launch", "mode": "debug", - "program": "${workspaceFolder}/server.go" + "program": "${workspaceFolder}/src/github.com/microsoft/vscode-remote-try-go/main/server.go" } ] } \ No newline at end of file