Vscode-ruby: use both vscode-ruby and vscodevim is lag

Created on 17 Jul 2017  路  7Comments  路  Source: rubyide/vscode-ruby

Your environment

  • vscode-ruby version: 0.12.1
  • Ruby version: 2.4.1
  • VS Code version: 1.14.1
  • Operating System: Mac OS 10.12.5
  • Hardware (optional): MacBook Pro (Retina, 15-inch, Mid 2015)

when I use both vscode-ruby and vscodevim, the editor become very slow with more than 30 second to respond my input.

bug

All 7 comments

@bestv2 they are executed in the same process so maybe something is blocking the main loop of nodejs. Good catch though!

Ah, I didn't realize this was caused by the two packages in unison. This one is really bad. Affects a few devs at our work.

Yes, this also happened on me. Typing latency disappeared when I disabled vscode-ruby.

I've had to disable vscode-ruby too, worth noting that I have no similar issues with any other language plugins, and I use a few.

Could be related to the lack of debounce in the linting code, which I think was added recently but not yet released.

Looks like this issue was duplicated in #252 and potentially solved by #264

Closing for issue cleanup. Apologies if this is still an issue. We are working to improve the core extension experience.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chrisnicola picture chrisnicola  路  5Comments

wingrunr21 picture wingrunr21  路  4Comments

mmarinaccio picture mmarinaccio  路  3Comments

ghost picture ghost  路  4Comments

webmastak picture webmastak  路  4Comments