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
Consider adding json schema to the JSON Schema Store or through other external link.
Motivation
Using json schema will help users with nx configuration as it is provides linting and intellisense in the advanced code editors, e.g. Visual Studio Code
Suggested Implementation
Alternate Implementations
The text was updated successfully, but these errors were encountered:
I'm going to close this out for now, as json schema support has been discussed in the past for configuration files. The short story is that its not super feasible for workspace.json, but we provide these schemas via nx console as it is able to generate the schema dynamically.
See discussion on adding json schema support for Nx / workspace.json here: #9475, #2299, #8574
Description
Consider adding json schema to the JSON Schema Store or through other external link.
Motivation
Using json schema will help users with nx configuration as it is provides linting and intellisense in the advanced code editors, e.g. Visual Studio Code
Suggested Implementation
Alternate Implementations
The text was updated successfully, but these errors were encountered: