ionic-team / ionic-team/vscode-ionic
any plan to support pnpm's `workspace:` and `catalog:`
Open
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
for example, the package.json
```json
"dependencies": {
"@local/front-shared": "workspace:*",
"@capacitor/android": "catalog:",
"@capacitor/app": "catalog:"
}
```
will show `Unknown -> null` in IONIC packages panel. to display version of `workspace:` and `catalog:` is more better.
in monorepos, defining the global version of the dependency (pnpm [catalog](https://pnpm.io/catalogs)) is very useful to manage the correct deps.
Contributor guide
Assessment
This issue has not been assessed yet.