issues
search
etkachev
/
nx-webstorm
Plugin for Webstorm that strives to function the same as Nx Console for VsCode. UI for Nx
MIT License
35
stars
4
forks
source link
feat: support for id prop for new schema
#72
Closed
etkachev
closed
3 years ago
etkachev
commented
3 years ago
Current Behavior
when searching nx custom schematics/generators, plugin searches schema.jsons via the
id
property.
Expected Behavior
when searching nx custom schematics/generators, plugin should search schema.json files first by
id
property, then
$id
if former was not found.
Motivation
better support on different schema json files.
Related Issue
71
Additional Notes
Current Behavior
id
property.Expected Behavior
id
property, then$id
if former was not found.Motivation
Related Issue
71
Additional Notes