diff options
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index f976fb6..3f4facb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,8 +10,7 @@ "host": "127.0.0.1", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", - "ROOT_DIR": "${workspaceRoot}/../../../.." + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", }, "args": ["-log", "debug"], "showLog": false @@ -26,8 +25,7 @@ "host": "127.0.0.1", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", - "ROOT_DIR": "${workspaceRoot}/../../../..", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_LOG_SILLY": "0" }, "args": ["-log", "debug", "-c", "__config_local_dev.json"], |