vscode/extensions/typescript-language-features
Matt Bierner 8a5ffbb044
Mark DocumentSelector as readonly (#109212)
This change:

- Make  `DocumentSelector` use a readonly array
- Updates all properties of `DocumentFilter` to be readonly

`DocumentSelector` is used as a parameter in our provider APIs and does not need to be mutable. This change lets extensions pass in readonly values for the selector
2020-10-23 18:37:39 -07:00
..
schemas
src Mark DocumentSelector as readonly (#109212) 2020-10-23 18:37:39 -07:00
test-workspace
.vscodeignore
cgmanifest.json Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png
language-configuration.json
package.json Add insertSpaceAfterOpeningAndBeforeClosingEmptyBrackets formatting setting 2020-10-22 22:36:08 -07:00
package.nls.json Add insertSpaceAfterOpeningAndBeforeClosingEmptyBrackets formatting setting 2020-10-22 22:36:08 -07:00
README.md
tsconfig.json
yarn.lock Update ts server web build 2020-09-25 16:22:05 -07: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.