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.
activateEditor
1 parent 324935b commit 208a72aCopy full SHA for 208a72a
apps/vscode/src/providers/editor/editor.ts
@@ -87,6 +87,7 @@ export function activateEditor(
87
// register the provider
88
context.subscriptions.push(VisualEditorProvider.register(context, host, quartoContext, lspClient, engine));
89
90
+ console.log('HELLO I AM THE EDITOR AND I AM BEING ACTIVATED!');
91
// return commands
92
return [
93
{
0 commit comments