Open saltylassi opened 2 years ago
I simplified the issue so the problem is more easier to reproduce and identify :+1:
Looking at vscode, it seems they set special privileges for the vscode-webview
scheme to allow service-workers
, and it may be the reason that it does not work in the framework at the moment (previously I thought it was disabled for security reasons):
Bug Description:
On electron, and when starting the development host (plugin-system) webviews fail to properly start due to a service worker error:
Steps to Reproduce:
npm i
)run extension
cat coding: start cat coding session
Additional Info