Files
vscode/extensions/npm/src
52e8e9cfd6 Add package.json catalog support for npm completions and hover (#307989)
Extend the npm extension to recognize the `catalog` section in
package.json, enabling IntelliSense completions, version suggestions,
and hover information for packages listed under the catalog key.
This supports the catalog feature used by pnpm, bun, and yarn for
centralizing dependency versions in monorepos.

Fixes #294609

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2026-07-29 01:23:55 +00:00
..