Files
vscode/extensions/typescript-language-features
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-05-31 17:22:36 -07:00
2018-09-20 10:59:01 -07:00
2018-09-19 19:53:46 +02:00
2018-07-31 22:40:25 -07:00
2018-09-20 12:06:55 +02:00
2018-09-19 17:19:38 -07:00
2018-09-20 12:06:55 +02:00

Language Features for Typescript and Javascript files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Typescript in Visual Studio Code and Javascript in Visual Studio Code to learn about the features of this extension.