mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-18 17:39:47 +01:00
**Problem** In the ts server communication, canceling a request currently throws an exception. This is wrong because cancellation is not an error. It also means that we need to wrap every server call in a generic try catch to handle cancellation. There are no checks in place to distinquish a cancellation from a rea