ionic-team / ionic-team/vscode-ionic

any plan to support pnpm's `workspace:` and `catalog:`

Open
#171 3 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.