vscode/extensions/typescript-language-features/src
Matt Bierner 5b284c140c Build TS extension against current vscode.d.ts directly
Currently  extensions like TS have a dev dependency on the `"vscode"` package. This pulls in a copy of `vscode.d.ts` that we end up using instead of our local `vscode.d.ts`.

This change uses the `paths` `tsconig` option so that we use our local `vscode.d.ts` instead of the one from `node_modules`
2020-02-04 16:15:58 -08:00
..
commands Allows for js and ts specific refactoring pages 2020-01-29 18:03:24 -08:00
features Build TS extension against current vscode.d.ts directly 2020-02-04 16:15:58 -08:00
test Add support for rendering jsdoc inline @link tags 2020-02-03 14:00:19 -08:00
tsServer Use type only imports for protocol 2020-01-27 19:06:05 -08:00
typings Build TS extension against current vscode.d.ts directly 2020-02-04 16:15:58 -08:00
utils Remove surveyor code 2020-02-04 16:15:58 -08:00
api.ts Add API so that extensions can configure TS Server plugins 2018-11-19 14:59:19 -08:00
extension.ts Remove surveyor code 2020-02-04 16:15:58 -08:00
languageProvider.ts use plugin 2020-01-09 17:36:45 +01:00
protocol.const.ts Add call hierarchy support for TypeScript 3.8 (#88168) 2020-01-08 14:35:44 -08:00
protocol.d.ts Redefine performanceData 2020-02-03 14:31:21 -08:00
typescriptService.ts Add call hierarchy support for TypeScript 3.8 (#88168) 2020-01-08 14:35:44 -08:00
typescriptServiceClient.ts fix GDPR annotation 2020-01-27 22:17:56 +00:00
typeScriptServiceClientHost.ts Make sure we always reset bufferSyncSupport when the TS server is started 2019-11-14 11:30:41 -08:00