You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run gofmt with Sublime, either by saving or through the command palette, the entirety of Sublime will hang, presumably waiting for gofmt to execute. I'm using the default Sublime settings.
I'm able to reproduce something that looks like this by running gofmt -e -s in the terminal; it's execution will hang until I send it SIGTERM.
To reproduce,
Open a .go file in Sublime
Execute gofmt either by saving or with the command palette
Observe Sublime hanging
pkill subl
Version information:
Sublime Text Build 4121
go version go1.13.8 linux/amd64
sublime-gofmt 0.1.6
Not sure how to get the gofmt version, one doesn't even show up in the binary.
The text was updated successfully, but these errors were encountered:
When I run gofmt with Sublime, either by saving or through the command palette, the entirety of Sublime will hang, presumably waiting for gofmt to execute. I'm using the default Sublime settings.
I'm able to reproduce something that looks like this by running
gofmt -e -s
in the terminal; it's execution will hang until I send it SIGTERM.To reproduce,
.go
file in Sublimepkill subl
Version information:
Sublime Text Build 4121
go version go1.13.8 linux/amd64
sublime-gofmt 0.1.6
Not sure how to get the gofmt version, one doesn't even show up in the binary.
The text was updated successfully, but these errors were encountered: