Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Substitution Prompt Appears From Commented Code

robert dJan 27 2025

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?

Comments
Post Details
Added on Jan 27 2025
3 comments
82 views