src/goTest: Add command Test Current Package With Custom Run#1745
src/goTest: Add command Test Current Package With Custom Run#1745n1lesh wants to merge 3 commits intogolang:masterfrom
Conversation
|
This PR (HEAD: a5281b3) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/347209 to see it. Tip: You can toggle comments from me using the |
|
Message from Go Bot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/347209. |
|
This PR (HEAD: 581c7fb) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/347209 to see it. Tip: You can toggle comments from me using the |
|
Message from Ethan Reesor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/347209. |
|
This PR (HEAD: 2432329) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/347209 to see it. Tip: You can toggle comments from me using the |
|
Message from Nilesh Singh: Patch Set 3: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/347209. |
|
@firelizzard18 Would it be possible for you to review this? |
This runs Test Current Package for a custom value passed for the -run flag.
Fixes #1734