vscode/extensions/typescript-language-features
Daniel Rosenwasser 75c0fc210a
Provide project/file name in TypeScript loading indicator (#225643)
* Specify which project is loading at any given time. Provide an indicator for file opens.

* Just use `vscode.workspace.asRelativePath`.

* Remove unused import.
2024-09-18 10:56:50 -07:00
..
media Remove Node.js walkthrough/getting started guide (#176325) 2023-04-04 15:27:13 -07:00
resources/walkthroughs Reapply JavaScript and Node.js walkthrough (#161003) 2022-09-15 13:02:43 -07:00
schemas Remove package.json schema descriptions (#221454) 2024-07-11 02:40:45 -07:00
src Provide project/file name in TypeScript loading indicator (#225643) 2024-09-18 10:56:50 -07: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 feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.eslintrc.js Adopt prefer-readonly in JS/TS extension (#165089) 2022-11-14 20:12:10 -08:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
cgmanifest.json Fix links in cgmanifest 2021-09-07 14:46:19 -07:00
extension-browser.webpack.config.js Split up webServer.ts (#198802) 2023-11-21 12:06:47 -08:00
extension.webpack.config.js remove the last typescript-vscode-sh-plugin references 2022-02-01 17:38:36 +01:00
package-lock.json feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
package.json Bump default target to es2022 (#228744) 2024-09-16 18:07:04 +02:00
package.nls.json Tweak organize imports setting descriptions 2024-08-28 13:48:57 -07:00
README.md
tsconfig.json watcher - support suspend/resume for non-correlated requests (#228703) 2024-09-16 12:24:34 +02: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.