Plugin_host exited unexpectedly

I am getting this error on startup and I noticed that when I try to use a shortcut for tags like div

and tab

it doesn't work. I have both CodeIntel and Emmet installed, who is in charge of this feature? I also uninstalled PyV8 so that it is not a source of errors. Here's the log:

launching: /C/Program Files (x86)/Sublime Text 3/plugin_host.exe
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
loaded 837 snippets
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin Emmet.emmet-plugin
reloading plugin Package Control.Package Control
reloading plugin SublimeCodeIntel.SublimeCodeIntel
plugins loaded
PyV8: Creating new thread
Emmet: Creating thread
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted

      

+3


source to share


2 answers


I fixed this problem with the following steps:

  • Restart sublime
  • Go to Settings | Package Management | Remove package
  • Remove SublimeCodeIntel
  • Restart


or, you can try setting "ignored_packages":"SublimeCodeIntel"

in Preferences | Settings - User

May I help.

+2


source


I just connect to ST first sublimeCodeIntel

, and then install a new plugin, each one will try front to find the problem, finally installed some necessary ones, that's all right now.



-1


source







All Articles