vscode-ruby version: 0.12.1when I use both vscode-ruby and vscodevim, the editor become very slow with more than 30 second to respond my input.
@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.