SIGN IN SIGN UP

Switch webview service-worker to use message channel (#138811)

* Switch webview service-worker to use message channel

This change hooks the service worker used for loading webview resources directly up to the main VS Code process over a message channel. Previously this communication had to go through an extra hop through the webview

This simplifies the logic somewhat (although this change required adding extra logic to exchange the message port). It also improves performance a little

* Update webview content commit version
M
Matt Bierner committed
66b6adf035722fe8b567f0c18c9402dbc1f0bfed
Parent: 86ee106
Committed by GitHub <[email protected]> on 12/11/2021, 12:35:13 AM