- VSCode Version: 1.18.0
- OS Version: Windows 10
Reproduces without extensions: Yes
I made a screen recording that reproduce the issue:

I want to replace single quotes with double quotes.
So I follow these steps:
- Select all the occurrences of single quotes using
CTRL+D.
- Delete single quotes using backspace.
- Type the double quotes char.
I expected that also data-root='' would have been replaced with data-root="".
It has been replaced with data-root=" instead.
The same problem is reproducible with whatever couple of consecutive equal characters;
eg. When I try to replace all the occurences of x with y in xfoox xx xbarx (following the previous steps) I get yfooy y ybary.
Reproduces without extensions: Yes
I made a screen recording that reproduce the issue:
I want to replace single quotes with double quotes.
So I follow these steps:
CTRL+D.I expected that also
data-root=''would have been replaced withdata-root="".It has been replaced with
data-root="instead.The same problem is reproducible with whatever couple of consecutive equal characters;
eg. When I try to replace all the occurences of
xwithyinxfoox xx xbarx(following the previous steps) I getyfooy y ybary.