When editing text (view rules, watch window, command palette, etc), if you have some text selected, pressing the Delete key will delete the selection, but also remove the character immediately after the selection.
Example, if the selected text are all characters in between the [ ]
Some[Variable]Name
then pressing Delete on the keyboard leaves you with
Someame
instead of
SomeName
which goes against how i would expect text selection to be deleted.
For the record, the same thing but using Backspace works as expected.
Version 0.9.15.