Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goModules.ts: open go.mod after init
Running go mod init creates a new go.mod file in the workspace folder. However it is currently unclear that the operation ran or succeeded. This change logs messages to the output channel and opens the go.mod file when the command has succeeded. Change-Id: Ie384356612a3da58edbf3d8c7525f6d66084486d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/322929 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information