mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
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
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.