X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=blobdiff_plain;f=.vscode%2Flaunch.json;h=f5ca8689fd7fc0d2105a5fff7b56f3eaee34c77b;hp=aadccfd93f888c31656087d5ec4a399a0259243c;hb=3e178f01710e2e50860c3d5e6e8e346f2d378a5c;hpb=a653132a916cfdc8576e14f9e8b7445f615803cc diff --git a/.vscode/launch.json b/.vscode/launch.json index aadccfd..f5ca868 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "mode": "debug", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", "XDS_AGENT_URL": "localhost:8800", "XDS_LOGLEVEL": "debug" @@ -22,7 +22,7 @@ "mode": "debug", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", "XDS_AGENT_URL": "localhost:8800", "XDS_LOGLEVEL": "debug" @@ -37,7 +37,7 @@ "mode": "debug", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", "XDS_AGENT_URL": "localhost:8800", "XDS_LOGLEVEL": "debug" @@ -56,7 +56,7 @@ "mode": "debug", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", "XDS_AGENT_URL": "localhost:8800", "XDS_LOGLEVEL": "debug" @@ -75,7 +75,7 @@ "mode": "debug", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", "XDS_LOGLEVEL": "debug" },