You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON language mode has been moved to an extension. Test that the existing functionality is still working:
Validation
syntax errors
with schema validation
Intellisense
with schema
without schema
Hovers
with schema
Formatting
Outline
When trying out schemas, try the following ways of configuring schemas:
- define schemas in the workbench. Changes to the schemas will retrigger validation
- use schemas from the web (check out http://schemastore.org/json/)
- associate schemas with a $schema property
- associate schemas in the configuration options
(see VSCode docs for more info) https://code.visualstudio.com/docs/languages/json
The JSON language mode has been moved to an extension. Test that the existing functionality is still working:
When trying out schemas, try the following ways of configuring schemas:
- define schemas in the workbench. Changes to the schemas will retrigger validation
- use schemas from the web (check out http://schemastore.org/json/)
- associate schemas with a $schema property
- associate schemas in the configuration options
(see VSCode docs for more info) https://code.visualstudio.com/docs/languages/json
Try dependency intellisense and hovers for package names and values for
Test intellisense and hovers for the settings schemas:
Test the VS code extensions to package.json
The text was updated successfully, but these errors were encountered: