golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.89k stars 752 forks source link

ui: move the go status bar next to the language status bar #1465

Open hyangah opened 3 years ago

hyangah commented 3 years ago

Following typescript's status bar's way.

go stable version

Screen Shot 2021-04-30 at 6 01 15 PM

go1.17 dev version

Screen Shot 2021-04-30 at 5 57 13 PM

go.mod and go.sum are shown as "Go Module File" and "Go Checksum File" Screen Shot 2021-04-30 at 5 57 05 PM

hyangah commented 3 years ago

cc @stamblerre @heschi @suzmue What do you think?

gopherbot commented 3 years ago

Change https://golang.org/cl/315909 mentions this issue: src/goStatus: move go status bar item next to the language status

heschi commented 3 years ago

Looks fine to me? I personally think "Go" reads better than "Go Module File" but it really doesn't matter.