Error With sublime text 3

1

I have a problem with my sublime text 3, I get this message every time, do you know what the solution is?

I'm using Windows 10.

  

plugin_host has unexpectedly exited, plugin functionality will not be available until sublime text has been restarted

    
asked by MichaelCardoza 08.06.2016 в 01:06
source

4 answers

2

In general, such a plugin can "crash" (break) for several reasons. It can be some other plugin that you have updated and have some error or the own Sublime.

In these cases, the advice I would give you is to deactivate plugins one by one, opening and closing Sublime, and thus find who is the culprit.

Greetings

    
answered by 08.06.2016 в 03:57
0

Generally it is because some complement has some error, verify the integrity of each one that you have installed.

    
answered by 08.06.2016 в 18:18
0

If you do not have many plugins installed. I would recommend you write them down, uninstall sublime, delete the installation directories and reinstall. Sometimes a file gets corrupted due to updates or for its own use.

    
answered by 29.12.2016 в 23:04
0

Good evening, I have installed sublime text 3, after configuring the PATCH by go, install Phyton, and since then it gives me the following notifications that I do not know how to correct:

package github.com/DamnWidget/godef: cannot download, $GOPATH not set. For more details see: go help gopath
package golang.org/x/tools/cmd/guru: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/fatih/motion: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/josharian/impl: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/nsf/gocode: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/zmb3/gogetdoc: cannot download, $GOPATH not set. For more details see: go help gopath
package gopkg.in/alecthomas/gometalinter.v1: cannot download, $GOPATH not set. For more details see: go help gopath
[Finished in 5.7s with exit code 1]
[shell_cmd: C:\Go\bin\go get -x -u github.com/DamnWidget/godef golang.org/x/tools/cmd/guru github.com/fatih/motion github.com/josharian/impl github.com/nsf/gocode github.com/zmb3/gogetdoc gopkg.in/alecthomas/gometalinter.v1]
[dir: C:\Program Files\Sublime Text 3]
[path: C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\FPC.6.4\bin\i386-Win32;C:\Program Files\Windows Live\Shared;C:\Program Files\Skype\Phone\;C:\Go\bin;C:\Program Files\Git\cmd;C:\Program Files\Cracklock\Bin;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;]

What can I do to correct these notifications?

    
answered by 24.04.2017 в 03:03