Dear Developers,
First of all, compliments on this extension. It's great and lets me stay in VS Code as much as possible. I have a small feature request.
Issue
Whenever my connection to a database gets lost and I execute a query. The output will be:
ERROR at line <line number>:
Not connected
Current solution
I then need to use the "Oracle: Connect" VS Code command by either:
- Press F1 to show all VS Code commands
- Search for “Oracle: Connect”
- Press enter
- Choose my database connection.
- Press enter
Or
- Click on the connection button in the bottom right corner of VS Code
- Choose my database connection
- Press enter
Desired solution
If the connection has been lost, and a query is being executed. VS Code prompts the list of Oracle connections, so you get to choose it immediately.