mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
The `json/schemaAssociations` documentation is not accurate in stating
that the only supported parameter is an object in `{ pattern: uri }`
format. It also supports the structure defined by `SchemaConfiguration`
interface from "vscode-json-languageservice".
Also updated the server code to match that.
Resolves #106060
Language Features for JSON files
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Features
See JSON in Visual Studio Code to learn about the features of this extension.