We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e09d70 commit 3e2dcd0Copy full SHA for 3e2dcd0
src/entrypoint.ts
@@ -96,10 +96,10 @@ export function activate(context: vscode.ExtensionContext) {
96
97
setupDebugger(nodesView, logger, context);
98
99
- config.setExtensionActive(true);
100
-
101
formatter.registerFormatting(logger);
102
+ config.setExtensionActive(true);
+
103
logger.info('Extension activated');
104
} catch (error) {
105
logger.error('Failed to activate extension', error);
0 commit comments