Skip to content

Conversation

@manzt
Copy link
Collaborator

@manzt manzt commented Oct 20, 2025

VS Code extensions support various activation events that control when an extension loads. Previously, the marimo extension only activated lazily when interacting with marimo notebooks.

This change switches to onStartupFinished, which activates the extension after VS Code finishes starting up. This ensures the marimo UI (panel views, commands, etc.) is available immediately, rather than waiting for the user to open or interact with a marimo notebook first.

VS Code extensions support various activation events that control when
an extension loads. Previously, the marimo extension only activated
lazily when interacting with marimo notebooks.

This change switches to `onStartupFinished`, which activates the
extension after VS Code finishes starting up. This ensures the marimo UI
(panel views, commands, etc.) is available immediately, rather than
waiting for the user to open or interact with a marimo notebook first.
@manzt manzt added the enhancement New feature or request label Oct 20, 2025
@github-actions
Copy link

github-actions bot commented Oct 20, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@manzt
Copy link
Collaborator Author

manzt commented Oct 20, 2025

I have read the CLA Document and I hereby sign the CLA

@manzt
Copy link
Collaborator Author

manzt commented Oct 20, 2025

recheck

@manzt
Copy link
Collaborator Author

manzt commented Oct 20, 2025

@mscolnick not sure if there is anything else i need to do here.

@manzt manzt merged commit 99d72e5 into main Oct 20, 2025
7 of 8 checks passed
@manzt manzt deleted the push-kpspmrpnoqop branch October 20, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants