I have some queries that will sometimes need a substitution variable. Other times, I do not use it. So I simply comment out the substitution variable in my script. When using the vscode extension, these substitution variables cause a prompt even when I comment out that portion of the query:

Expected behavior is that a prompt would not be called when executing a query where the substitution variable is commented out. How do I achieve this expected behavior?