misogi / vscode-ruby-rubocop

Rubocop extension for Visual Studio Code
https://marketplace.visualstudio.com/items/misogi.ruby-rubocop
MIT License
137 stars 68 forks source link

Plugin disables tabbing in editor (v0.7.0) #74

Open nicknish opened 6 years ago

nicknish commented 6 years ago

Hello! Man, I really love this extension, but sometimes when I'm working in the editor, the tab stops working. Oftentimes, when I make a line break off an indented block, the tab will stop working.

Sometimes, I will just ignore it, but then 5-30 seconds later, the editor will catch up and wherever my cursor is the number of tabs that I entered previously will be inserted.

Restarting VSCode will fix the problem, but the problem happens so frequently that I've been forced to turn off the extension, which has solved my issues.

I'm running VSCode on v1.21.1, with vscode-ruby-rubocop on v0.7.0.

Anyone else running into this problem?

EDIT: I believe this occurs while rubocop is running after saving. I noticed while the extension is enabled, if I save (CMD+S) then try tabbing immediately after, it doesn't work.