vscode/extensions/typescript-language-features
Matt Bierner eec5c907ea
Fix web TS Server trying to read files outside of project root (#173591)
There's a bug on the TS Server side that causes it to traverse out of the project root when checking for directories like `node_modules`. On web this ends up being super slow because it goes to the network

This fix blocks those reads
2023-02-06 11:17:21 -08:00
..
media Allow walkthroughs to specify icons. 2022-10-12 17:14:42 -07:00
resources/walkthroughs Reapply JavaScript and Node.js walkthrough (#161003) 2022-09-15 13:02:43 -07:00
schemas Bump default target for jsconfig template 2022-02-28 15:16:39 -08:00
src Make sure we pass TS server the transformed project root (#173096) 2023-02-02 11:30:04 +00:00
test-workspace Only return single ts-ignore action if there are multiple errors on one line 2020-05-20 15:17:22 -07:00
web Fix web TS Server trying to read files outside of project root (#173591) 2023-02-06 11:17:21 -08:00
.eslintrc.js Adopt prefer-readonly in JS/TS extension (#165089) 2022-11-14 20:12:10 -08:00
.vscodeignore Reapply building of web server (#166391) 2022-11-15 14:55:40 -08:00
cgmanifest.json Fix links in cgmanifest 2021-09-07 14:46:19 -07:00
extension-browser.webpack.config.js Revert to TS 4.9.5 for this iteration (#173081) 2023-02-01 15:12:13 -08:00
extension.webpack.config.js remove the last typescript-vscode-sh-plugin references 2022-02-01 17:38:36 +01:00
package.json Remove more implicit activation events from built-in extensions (#172838) 2023-01-30 17:25:56 -08:00
package.nls.json Cross-file Typescript support in vscode-web (#169311) 2023-01-12 11:54:39 -08:00
README.md Update README.md 2019-04-08 15:45:47 -04:00
tsconfig.json Remove TS extension's use of resolver proposal (#168371) 2022-12-08 01:16:19 +01:00
yarn.lock Cross-file Typescript support in vscode-web (#169311) 2023-01-12 11:54:39 -08: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.