Commit 570a0a4
committed
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 <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>1 parent 936ecdf commit 570a0a4
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
207 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
208 | 213 | | |
209 | 214 | | |
0 commit comments