vscode/extensions/typescript-language-features/src
Matt Bierner 9bdb4a2f70 Handle normalized windows paths in resource map
Fixes #86433

During path normalization, we convert `\` in windows paths to  `/`. This causes the isWindowsPath check to fail

I think it is generally safe to assume that file paths that start with a drive letter and then any type of slash should be treated as windows paths
2019-12-05 15:08:13 -08:00
..
commands Format files for 3.6 2019-09-02 21:29:05 -06:00
features Mark parameter suggestions as variables 2019-11-25 20:09:10 -08:00
test Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
tsServer Make sure we also log the typescript error properties on fatal error telemetry events 2019-12-04 10:59:15 -08:00
typings Delete vscode-typescript upon close of VS Code (#73801) 2019-05-17 18:55:31 +00:00
utils Handle normalized windows paths in resource map 2019-12-05 15:08:13 -08:00
api.ts Add API so that extensions can configure TS Server plugins 2018-11-19 14:59:19 -08:00
extension.ts Implement resolveTask for typescript tasks 2019-08-06 09:59:09 +02:00
languageProvider.ts Split TS changes to separate PR 2019-11-18 12:17:23 +01:00
protocol.const.ts Use enum member completion type 2019-11-25 19:50:32 -08:00
protocol.d.ts
typescriptService.ts Split TS changes to separate PR 2019-11-18 12:17:23 +01:00
typescriptServiceClient.ts Make sure we also log the typescript error properties on fatal error telemetry events 2019-12-04 10:59:15 -08:00
typeScriptServiceClientHost.ts Make sure we always reset bufferSyncSupport when the TS server is started 2019-11-14 11:30:41 -08:00