vscode-quick-select
vscode-quick-select copied to clipboard
Does nothing if an escaped quote character is in the string
Using [ctrl]+[k], ['] with 'this is a test' works but it does nothing with 'this is a test of the \' character'
Similarly, using [ctrl]+[k], ["] with "this is a test" works but it does nothing with "this is a test of the \" character"
Huh, I just tried that, but it doesn't work. But if I try the same thing with the string, this does work \ sample string` and it does work.
@dbankier I just recently started making some extensions for my own use, and I think I'd like to try to solve this bug if I can. If you could assign the issue to me, I would like to give it a try.