meganrogge / template-string-converter

Autocorrect from quotes to backticks
MIT License
190 stars 24 forks source link

`autoRemoveTemplateString` is not doing anything #96

Open tylerlaprade opened 1 month ago

tylerlaprade commented 1 month ago

When I remove the ${}, I still have backticks

Number-3434 commented 3 weeks ago

You have to set "template-string-converter.convertWithinTemplateString" to false for this to work.

{
    "template-string-converter.convertWithinTemplateString": false,
}