vscode-quick-select icon indicating copy to clipboard operation
vscode-quick-select copied to clipboard

Does nothing if an escaped quote character is in the string

Open silencewebber opened this issue 3 years ago • 2 comments

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"

silencewebber avatar May 09 '22 21:05 silencewebber

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.

anmoljhamb avatar Jan 14 '23 19:01 anmoljhamb

@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.

anmoljhamb avatar Jan 14 '23 19:01 anmoljhamb