Since Build 3126 sublime keeps freezing on startup. It won’t unfreeze no matter what I do. I have reverted to an initial state and it works, but as soon as I install the plugins I use it works until I close it and then it freezes on startup. I have been using those plugins for 4-5 months now and I didn’t have any issues until now.
My plugins are:
"All Autocomplete",
"AngularJS",
"ApacheConf.tmLanguage",
"API Blueprint",
"Auto Close HTML Tags",
"AutoAligner",
"Autoprefixer",
"Babel",
"Babel Snippets",
"BeautifyRuby",
"Blade Spacer",
"Bootstrap 3 Autocomplete",
"Bootstrap 4 Autocomplete",
"BracketHighlighter",
"Case Conversion",
"Color Highlighter",
"CSS3",
"CSScomb",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"Emmet",
"ES6-Toolkit",
"ESLint",
"ESLint-Formatter",
"Facebook Material Theme",
"Flexbox Snippets",
"Git Conflict Resolver",
"Gitignore",
"GitStatus",
"HTML Boilerplate",
"HTML Snippets",
"HTML-CSS-JS Prettify",
"HTML5",
"HTMLAttributes",
"Icon Fonts",
"jQuery",
"JSONLint",
"JsonTree",
"JSX",
"Laravel Blade Highlighter",
"Local History",
"Markdown Preview",
"Material Color Scheme",
"Material Nil",
"Material Theme",
"Materialize",
"One Dark Material - Theme",
"Origami",
"Package Control",
"PostCSS Sorting",
"QuickOpen",
"Rails Developer Snippets",
"React and React Router Snippets",
"React ES6 Snippets",
"ReactJS",
"RuboCop",
"Ruby on Rails snippets",
"Sass",
"SassBeautify",
"SCSS",
"SCSS Expander",
"SCSS Snippets",
"SideBarEnhancements",
"SublimeCodeIntel",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeLinter-contrib-eslint",
"SublimeLinter-contrib-htmllint",
"SublimeLinter-contrib-scss-lint",
"SublimeLinter-contrib-sublime-syntax",
"SublimeLinter-csslint",
"SublimeLinter-json",
"SublimeLinter-jsxhint",
"SublimeLinter-php",
"SublimeLinter-pylint",
"SublimeLinter-rubocop",
"SublimeLinter-shellcheck",
"SyncedSideBar",
"Syntax Highlighting for PostCSS",
"Terminal",
"TrailingSpaces"
And my settings are:
{
“color_scheme”: “Packages/User/SublimeLinter/OneDark (SL).tmTheme”,
“default_line_ending”: “unix”,
“ensure_newline_at_eof_on_save”: true,
“font_size”: 9,
“highlight_modified_tabs”: true,
“ignored_packages”:
[
“PyV8”,
“Vintage”
],
“material_theme_accent_scrollbars”: true,
“material_theme_arrow_folders”: true,
“material_theme_compact_panel”: true,
“material_theme_compact_sidebar”: true,
“material_theme_contrast_mode”: true,
“material_theme_panel_separator”: true,
“material_theme_small_statusbar”: true,
“material_theme_small_tab”: true,
“material_theme_tabs_autowidth”: true,
“material_theme_tabs_separator”: true,
“material_theme_tree_headings”: true,
“save_on_focus_lost”: true,
“show_encoding”: true,
“tab_size”: 2,
“theme”: “Material One Dark.sublime-theme”,
“translate_tabs_to_spaces”: true,
“use_simple_full_screen”: true,
“word_wrap”: true
}