mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 21:24:50 +01:00
962c0a02b8
This makes scroll sync faster by using a broadcast channel instead of the normal vscode webview api. This means the two webviews can communicate with each other directly instead of having to go through the extension host and renderer each time