Skip to content

Commit

Permalink
Fix missing service worker (#35)
Browse files Browse the repository at this point in the history
Again.
  • Loading branch information
code-asher authored Dec 23, 2021
1 parent d50b73c commit 53bc751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/gulpfile.vscode.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const vscodeWebResourceIncludes = [
'out-build/vs/workbench/contrib/webview/browser/pre/*.js',
'out-build/vs/workbench/contrib/webview/browser/pre/*.html',

// Service worker
'out-build/vs/code/browser/workbench/service-worker.js',

// Extension Worker
'out-build/vs/workbench/services/extensions/worker/httpsWebWorkerExtensionHostIframe.html',
'out-build/vs/workbench/services/extensions/worker/httpWebWorkerExtensionHostIframe.html',
Expand Down

0 comments on commit 53bc751

Please sign in to comment.