-
Notifications
You must be signed in to change notification settings - Fork 39.1k
Support web workers in webviews #87282
Copy link
Copy link
Closed
Labels
custom-editorsCustom editor API (webview based editors)Custom editor API (webview based editors)feature-requestRequest for new features or functionalityRequest for new features or functionalityverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues
Milestone
Metadata
Metadata
Labels
custom-editorsCustom editor API (webview based editors)Custom editor API (webview based editors)feature-requestRequest for new features or functionalityRequest for new features or functionalityverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues
I'm using the monaco-editor-webpack-plugin to load monaco within a
vscodeextension, but I'm running into an error around the webworkers when it loads the json language:are webworkers just not supported?
this is the code to set the
vscode-resourcein my extensionand how it gets used: