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