DisposaBoy

Results 98 comments of DisposaBoy

That would involve writing custom support which makes me nervous - the new `packages` package which is supposed to fix all this is giving me enough headaches already. They're supposed...

The problem with setting the env var is that it's a global variable without synchronization, so changing it is racy. But reducers *are* run synchronously so it *might* not be...

I believe this specific issue can be fixed, but the rest of the code is just gonna call the `go` command directly and bring us back to square 1. I...

As explained via https://github.com/DisposaBoy/GoSublime#installation--support, installation is a *simple* `git clone ...`. What specifically are you having difficulty with?

ctrl+.,ctrl+. does the same thing as opening the command palette (ctrl+shift+p) and then typing `GoSublime:`.

This looks like a problem with your Go installation. Maybe you unzipped a new version of Go on top of an older one?

@talgat-yandex Package Control isn't supported and I haven't gotten round to updating the tags/messages, sorry... To install GoSublime you can find the instructions here https://github.com/DisposaBoy/GoSublime#installation--support

* What's the output of `go env GOROOT` and `go version`? * Is there any other error output in the Sublime Text console at startup?

That console output is incomplete. You can remove irrelevant lines if it's too long. GoSublime logs have lines containing the words `GoSublime` and/or `margo`.

It's definitely incomplete for some reason. The output should contain lines like `GoSublime r18.11.28-1: _after.init()` and `GoSublime init r18.11.28-1 `. Did you restart (cmd+q) Sublime Text?