edge case
joshxyzhimself opened this issue · 3 comments
joshxyzhimself commented
on this sample string,
const asd = `
SELECT *
FROM ""
`;
typing "${}" within the double quotes turns it to
const asd = `
SELECT *
FROM `${}`
`;
meganrogge commented
Yes that looks like a valid bug. I will fix it soon. Good catch!
meganrogge commented
fixed @joshxyzhimself
joshxyzhimself commented
Woah that was fast, thank you very much @meganrogge! love this extension very helpful 💯 💯