mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 08:15:05 +01:00
97c753fa1f
**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