vscode/extensions/typescript-language-features/src
Matt Bierner e41c195051 Work towards allowing enhanced syntax server commands to be run against any file
We currently restrict the TS server to working with a small set of file schemes. This is done because the TS server itself cannot read files from on of VS Code's virtual file system providers (and will crash if it tries to do so)

However we can enable single file commands for these other file schemes, so long as they are treated as in-memory files. This change works towards supporting that by changing when certain providers are enabled/disabled
2020-07-20 16:27:37 -07:00
..
commands Display more information in the TS version status bar item 2020-03-03 17:12:40 -08:00
features Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
test Extract cancellation.electron 2020-07-20 16:27:37 -07:00
tsServer Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
typings Build TS extension against current vscode.d.ts directly 2020-02-04 16:15:58 -08:00
utils Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
api.ts Add API so that extensions can configure TS Server plugins 2018-11-19 14:59:19 -08:00
extension.browser.ts Export RequestCancellerFactory implementations as constants 2020-07-20 16:27:37 -07:00
extension.ts Export RequestCancellerFactory implementations as constants 2020-07-20 16:27:37 -07:00
languageProvider.ts Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
lazyClientHost.ts Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27: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 Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
typescriptServiceClient.ts Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
typeScriptServiceClientHost.ts Move logDirectoryProvide into server 2020-07-20 16:27:37 -07:00