mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-31 12:16:22 +01:00
* Fix Issue Reporter API CancellationTokens aren't hydrated over ProxyChannels so I've removed cancellation logic. Additionally, there was a bad string compare that needed toLower when checking if an extension has a handler. Additionally, added docs. Fixes https://github.com/microsoft/vscode/issues/180890 Fixes https://github.com/microsoft/vscode/issues/180920 Fixes https://github.com/microsoft/vscode/issues/180887 * remove import * remove another import