jednano / vscode-tabsanity

Arrow-key navigation through soft tabs as if they were hard tabs.
MIT License
12 stars 2 forks source link

Remove redundant delete handling (#17) #18

Closed peterctl closed 6 years ago

peterctl commented 6 years ago

Since VS Code now handles deletion of space indentation correctly, having this functionality doesn't provide any benefit, but it impedes the correct handling of matching brace deletion.

This fixes issue #17.

jednano commented 6 years ago

Thank you!