Skip to content

Commit 208a72a

Browse files
committed
Attempt to diagnose failing test via logging in activateEditor
1 parent 324935b commit 208a72a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/vscode/src/providers/editor/editor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function activateEditor(
8787
// register the provider
8888
context.subscriptions.push(VisualEditorProvider.register(context, host, quartoContext, lspClient, engine));
8989

90+
console.log('HELLO I AM THE EDITOR AND I AM BEING ACTIVATED!');
9091
// return commands
9192
return [
9293
{

0 commit comments

Comments
 (0)