You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release] src/goDebugConfiguration: do not merge toolExecutionEnvironment to 'env'
toolExecutionEnvironment is populated based on settings.json. The extension
merged these env vars into 'env' automatically in order to make the separate
legacy debug adapter process use the same env vars when invoking `dlv`.
In dlv-dap mode, the extension host spawns dlv processes and can control
the environment variables easily. Instead of mutating the launch parameter's
env property by merging the toolExecutionEnvironment, this CL uses the
env vars only when spawning the dlv process.
This makes the debug adapter trace's launch message logging more compact
and easier to share/inspect the request.
Change-Id: I352528e4907e9b62e79c0f2b4d79f97fcd32c5dc
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/349749
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
(cherry picked from commit 97265e8)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/349952
Trust: Suzy Mueller <[email protected]>
0 commit comments