JetBrains / JetBrains/resharper-unity
Remove npm specific warnings from package.json
Open
packages
rider-frontend
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
When viewing Unity `package.json` files, Rider will highlight each package as uninstalled, because it can't find it in `node_modules`. Alt+Enter will prompt to run `npm install`.
This highlight should not be added for non-npm `package.json` files.
Contributor guide
Assessment
This issue has not been assessed yet.