In the VS Code version, I can open a sqlcl worksheet on a connection.
However, when I save that script, it seems to get disconnected from the data source, and can no longer execute commands on the server.
Am I missing something here? It seems once the file is saved to a folder qith .sql extension, it can't still be a “sqlcl worksheet”. That or maybe there is some extension mapping that got taken over.
I'm using 24.2.1 version of the VSCode extension.
In the Java SQL Developer, my normal workflow is to save the scripts as I am working on them, but it doesn't seem possible (yet?) here.
Thank you for any advice.