chanhx / crabviz

🦀 A LSP-based interative call graph generator
Apache License 2.0
674 stars 22 forks source link

Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state.. #35

Closed prestonvanloon closed 2 months ago

prestonvanloon commented 2 months ago
Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state..

Not sure what else I can provide here. I was trying to generate a call graph in the vs code extension

briandiloreto commented 2 months ago

Restarting VS Code after installing the extension solved this issue for me

prestonvanloon commented 2 months ago

Yep, same here. Well, I restarted my whole computer but it works again

chanhx commented 2 months ago

I haven't seen this error, but seems it can be solved by restarting VS Code (and some cleaning maybe).

Closing this issue as it seems not a problem of the extension.