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