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
src/goDebugConfiguration: convert processId to int
The result of using the process picker commands ends up with a string
in the launch config, but the processId needs to be an integer.
Convert the string to an integer after the command has been run.
Fixes#1679
Change-Id: I97aeab6a150e5af36eb58eb14b70e3ee5ac53a74
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/341210
Trust: Suzy Mueller <suzmue@golang.org>
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
(cherry picked from commit 336b9f7)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/341230
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
0 commit comments