I have SQL Developer 25.2.2 in vscode 1.102.3.
When I navigate to: View > Command Palette > Open SQLcl
I receive:
Command ‘Open SQLcl’ resulted in an error
Cannot read properties of undefined (reading ‘connection’)
When I look in the OUTPUT tab I do not see any info logged.
In the SQL Developer extension settings I have “Folder path for tnsnames.ora file” set correctly and I can successfully connect, issues queries, and see the result.
What am I missing? Thanks so much.