Commit 8ee5144
committed
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 <[email protected]>
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
(cherry picked from commit 336b9f7)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/341230
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>1 parent 0aef5fb commit 8ee5144
1 file changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
| 322 | + | |
326 | 323 | | |
327 | 324 | | |
328 | 325 | | |
| |||
398 | 395 | | |
399 | 396 | | |
400 | 397 | | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
401 | 407 | | |
402 | 408 | | |
403 | 409 | | |
| |||
0 commit comments