Hello! I had this extension running this week but not last week.
i am running VS code user agent mode 1.97.2 and have an issue where VS code is stucked “Activating Oracle SQL Deverloper Extension for VScode”
Following the approach of this post i ended up turning on logging (message below) and got a “DBtools.core is not initialized” error.
2025-03-03 13:27:38.203 [info] ExtensionService#_doActivateExtension Oracle.sql-developer, startup: false, activationEvent: 'onStartupFinished'
2025-03-03 13:27:39.320 [error] Error: Dbtools.core is not initialized
at Function.getInstance (c:\Users\dccanfield\.vscode\extensions\oracle.sql-developer-24.4.1\dist\extension.js:2:535192)
at Function.createLogFile (c:\Users\dccanfield\.vscode\extensions\oracle.sql-developer-24.4.1\dist\extension.js:2:786109)
at Function.addTransport (c:\Users\dccanfield\.vscode\extensions\oracle.sql-developer-24.4.1\dist\extension.js:2:786703)
at Function.manageTransports (c:\Users\dccanfield\.vscode\extensions\oracle.sql-developer-24.4.1\dist\extension.js:2:787206)
I appreciate any advice on why this might have happened. I seem to be at a loss of why this is happening.