nx-console
nx-console copied to clipboard
JSON schema error when opening `project.json` in Webstorm
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
Environment
- Nx Console version: 1.17.0
- WebStorm version: 2023.3.2
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...
Hey @MaxKless !
JSON Schema error is gone
but the documentation is still missing
where I'd expected it to work the same way as in other files, like f.e.
nx.json
or in VSCode