nx-console icon indicating copy to clipboard operation
nx-console copied to clipboard

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

Open Den-dp opened this issue 1 year ago • 2 comments

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

  • Nx Console version: 1.17.0
  • WebStorm version: 2023.3.2

Den-dp avatar Jan 19 '24 20:01 Den-dp

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...

MaxKless avatar May 06 '24 09:05 MaxKless

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

Den-dp avatar May 11 '24 11:05 Den-dp