vscode/extensions/typescript-language-features/src
Wenlu Wang 9d6054c99d
Add ts/js deprecated support (#97742)
* Add ts/js deprecated support

* Support callhierarchy

* avoid tags

* fix lint

* fix lint

* Avoid changes

* Avoid assign

* Avoid changes

* Avoid styles

* Add temp deps for build

* update version

* add config item

* fix type

* Use expiremental namepsace

* fix types
2020-06-22 14:01:37 -07:00
..
commands Display more information in the TS version status bar item 2020-03-03 17:12:40 -08:00
features Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
test Fix the remove unused source action not removing single unused interfaces 2020-05-29 11:05:38 -07:00
tsServer Only run specific commands on the syntax server 2020-06-11 20:05:33 -07:00
typings Build TS extension against current vscode.d.ts directly 2020-02-04 16:15:58 -08:00
utils Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
api.ts
extension.ts Display more information in the TS version status bar item 2020-03-03 17:12:40 -08:00
languageProvider.ts Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
protocol.const.ts Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
protocol.d.ts Pick up TS 3.8.2 2020-02-20 21:38:14 -08:00
typescriptService.ts Refactoring version picker 2020-03-03 17:12:40 -08:00
typescriptServiceClient.ts Extract EventName to enum 2020-06-08 16:46:55 -07:00
typeScriptServiceClientHost.ts Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00