-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
Meo markdown visualizer crashes with a service worker error when VS Code launches with a markdown file already open and focused.
Steps to Reproduce
- Have a markdown (.md) file open in VS Code
- Ensure the markdown file tab is focused/active
- Quit VS Code
- Relaunch VS Code
- The markdown file is restored as open on startup
- Meo attempts to load the visualizer
Expected Behavior
Meo should load normally and display the markdown visualizer without errors.
Actual Behavior
Meo crashes and displays a toast notification:
Additional Context
The error suggests the service worker registration is attempting to run before the document is fully initialized when VS Code restores the editor state on startup.
Note: This issue may be related to having a large number of extensions installed (tested with ~51 extensions). The service worker registration timing conflict could be exacerbated by VS Code's startup time when many extensions are loading simultaneously.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working