vscode/extensions/json-language-features
Literallie 157ee8c394
Show JSON schema resolution errors in status bar only
This commit adds a middleware to the JSON Language Feature client
which intercepts diagnostics for schema resolution errors, and shows
them in the status bar instead of treating them as code errors.

Fixes #51032
2018-10-09 01:52:17 +02:00
..
.vscode [json] split json extension (for #45900) 2018-03-17 15:47:58 +01:00
client Show JSON schema resolution errors in status bar only 2018-10-09 01:52:17 +02:00
icons [json] split json extension (for #45900) 2018-03-17 15:47:58 +01:00
server Remove duplicate blank lines at the start of some extension src files 2018-10-02 16:28:19 -07:00
.vscodeignore update css/html/json dependencies and webpack cleanup (fixes #57431, fixes #58417) 2018-09-19 16:52:47 +02:00
extension.webpack.config.js update css/html/json dependencies and webpack cleanup (fixes #57431, fixes #58417) 2018-09-19 16:52:47 +02:00
package.json Use latest applicationinsights in extensions too 2018-09-25 16:45:00 -07:00
package.nls.json fix javadoc formatter setting description 2018-07-30 17:03:13 +02:00
README.md Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
yarn.lock update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00

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.