Files
vscode/src/vs/code
Tyler James LeonhardtandGitHub 326dc5a307 Fix Issue Reporter API (#180971)
* 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
2023-04-26 22:11:06 +02:00
..