Closed TylerLeonhardt closed 18 hours ago
Feedback in https://github.com/microsoft/vscode/issues/229431
Extra tricky because UInt8Array's don't serialize nicely... and VSBuffers do, but only between Main and Window....
So we use VSBuffer between Main & Window and then a base64 encoded string between Window and the ExtHost.
Ultimately handing off a UInt8Array to the extension.
Feedback in https://github.com/microsoft/vscode/issues/229431
Extra tricky because UInt8Array's don't serialize nicely... and VSBuffers do, but only between Main and Window....
So we use VSBuffer between Main & Window and then a base64 encoded string between Window and the ExtHost.
Ultimately handing off a UInt8Array to the extension.