template-string-converter
template-string-converter copied to clipboard
autoRemoveTemplateString is not working
The option autoRemoveTemplateString
is on, but still it doesn't working. Here is the issue:
Visual Studio Code 1.73.0
Template String Converted v0.6.0
Bump
I have same issue, please fix it soon.
feel free to investigate this and create a PR
or @xNocken, who added this feature, could fix it
It has been working fine for me except when there are closing brackets above like I reported in #63. I also had to add some more checks to prevent it from converting back to normal strings when the ${ was not present in the string and the string was edited.
I'm definitely not going to fix this big if else mess that not even the author wants to work on (understandably).
Yeah this is a tricky one I don't currently have time for
Well, apparently the code looks good, but for some reason it doesn't work. I don't know how vscode extensions work and I can't do tests, to change it and make a PR, but it doesn't seem to be a big bug. It would also be possible to have another extension that causes failures with yours, but I don't think so, because all the other functions work fine. But also now testing again if that option worked and it continues to work badly.
回退到0.5.5 是可以正常工作的