Vscode: 1.14 Window Hangs Upon Opening

Created on 12 Jul 2017  路  14Comments  路  Source: microsoft/vscode

image

  • VSCode Version: 1.14.0
  • OS Version: Mac OS Sierra 10.12.5
    Steps to Reproduce:
  1. Upgrade to 1.14
  2. Use the editor for a few minutes


Reproduces without extensions: Yes

At the moment I am gathering more data as to what extensions it might be colliding with, when I run
it with code --disable-extensions it starts, but when I open a project it still crashes. The bug only affects the window, I can still interact with the running process by successfully getting the about window to display.

*duplicate

Most helpful comment

@chrmarti
This extension was my culprit atefth.ruby-on-rails-snippets-0.0.1

All 14 comments

image

code --disable-extensions allows me to open a project but still crashes upon opening it

SOLVED. On my Win 10 machine, it was all extensions related to Ruby/Rails. I also uninstalled my Ruby and re-install it. Weird.

This extension was my culprit atefth.ruby-on-rails-snippets-0.0.1

On Ubuntu 16.10, I have the same issue; however, code --disable-extensions will allow me to interactive with vscode.

same here, OSX 10.12.5

@ndneighbor Could you clarify if code --disable-extensions /path/to/project works?

@ndneighbor @devtrix @tuxagon Could you append the list of installed extensions here? code --list-extensions? Also: Does this happen immediately after startup or only after a while and when doing something specific?

Failing on Typescript projects, and also welcome screen becomes unresponsive on start up as well.

OSX 10.12.15

@DServy Does this reproduce with code --disable-extensions?

@chrmarti Seems to work with that flag enabled.

List of extentions:

  • CraigMaslowski.erb
  • DavidHelmer.mavensmate
  • EditorConfig.EditorConfig
  • atefth.ruby-on-rails-snippets
  • bengreenier.vscode-node-readme
  • casualjim.theme-desertex
  • christian-kohler.npm-intellisense
  • chuckjonas.apex-autocomplete
  • chuckjonas.apex-debug
  • chuckjonas.apex-pmd
  • codezombiech.gitignore
  • cometeer.spacemacs
  • dbaeumer.vscode-eslint
  • donjayamanne.githistory
  • dweizhe.docthis-customize-tags
  • eg2.tslint
  • eg2.vscode-npm-script
  • fknop.vscode-npm
  • flowtype.flow-for-vscode
  • hoovercj.ruby-linter
  • jasonnutter.github-pr
  • ms-mssql.mssql
  • ms-vscode.sublime-keybindings
  • msjsdiag.debugger-for-chrome
  • rebornix.Ruby
  • robertohuertasm.vscode-icons
  • searKing.preview-vscode
  • shyykoserhiy.vscode-spotify
  • vncz.vscode-apielements
  • vsmobile.vscode-react-native
  • xabikos.JavaScriptSnippets
  • xabikos.ReactSnippets
  • zxh404.vscode-proto3

@chrmarti
This extension was my culprit atefth.ruby-on-rails-snippets-0.0.1

if you remove rails 4 snippet extension, the issue can be gone.

@DServy
Try removing this extension atefth.ruby-on-rails-snippets-0.0.1

@devtrix @chrmarti @rebornix Great catch, thanks again!

@devtrix It worked, thanks.

Duplicate of #30407. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vsccarl picture vsccarl  路  3Comments

sirius1024 picture sirius1024  路  3Comments

shanalikhan picture shanalikhan  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments

chrisdias picture chrisdias  路  3Comments