Files
vscode/extensions/typescript-language-features/src
Matt Bierner 97c753fa1f Don't treat cancellation as an error
**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
2018-09-20 10:59:01 -07:00
..
2018-09-19 17:39:30 -07:00
2018-09-19 17:19:38 -07:00
2018-06-19 11:06:35 -07:00
2018-09-20 10:59:01 -07:00
2018-09-19 17:19:38 -07:00