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!

SQLcl Integrated terminal default path

user38670575 days ago

Hi everyone,

First of all, thanks for the great work in providing us with the SQL Developer for VS Code extension!

I'm using VS Code in Windows.

One thing I've noticed, is that when launching SQLcl, either through the Connections Navigator → Open SQLcl as well as opening a terminal using the SQLcl profile, the default path seems to be my Windows Home folder (i.e. C:\Users\My Name). However, I can set a default cwd terminal path in VS code settings, such as "terminal.integrated.cwd": "${workspaceFolder}". This basically opens a terminal in the base folder where my project is. That works fine with the other terminals (Powershell, Gitbash), but SQLcl appears to ignore it.

Is there a way to set a per-folder SQLcl default path, or have it recognise the VS code terminal working directory ?

Joel

Comments
Post Details
Added 5 days ago
0 comments
23 views