nrwl / nx-console

Nx Console is the user interface for Nx & Lerna.
https://nx.dev
MIT License
1.31k stars 210 forks source link

JSON schema error when opening `project.json` in Webstorm #1986

Open Den-dp opened 7 months ago

Den-dp commented 7 months ago

Current Behavior

JSON schema error and no tooltips with documentation when opening project.json in Webstorm

Expected Behavior

JSON schema support must work for project.json files

Steps to Reproduce

npx create-nx-workspace@latest acme-corp
cd acme-corp
npx nx g @nx/js:library --name=sample --unitTestRunner=none --directory=libs/sample --projectNameAndRootFormat=as-provided --no-interactive

open libs/sample/project.json in Webstorm

Failure Logs / Images / Videos

image image

Environment

MaxKless commented 4 months ago

Hey sorry for the late response @Den-dp. Do you still see this on the latest version? I saw it at some point too but not anymore...

Den-dp commented 4 months ago

Hey @MaxKless ! JSON Schema error is gone image but the documentation is still missing image where I'd expected it to work the same way as in other files, like f.e. nx.json image or in VSCode image