Closed ctf0 closed 1 year ago
Hi @ctf0 ,
Right now, the extension uses the document.getWordRangeAtPosition
VSCode API. I’m not sure it does respect this setting, but I guess it should, at least, based on its description.
If that is the case, I’ll open an issue on VS Code repo, to fix/update the API.
Hope this helps
i believe the api is faulty yes
the reason behind this is atm when we try to copy/cut something like
"abc"
, the whole thing will be affected instead of what u would expect which is onlyabc
.PS this doesnt happen with single quotes.