chore: recommend npm-version-lens extension#13
chore: recommend npm-version-lens extension#13farshadhemmati wants to merge 1 commit intoFreeCodeCamp-Chengdu:masterfrom
Conversation
Replace outdated/alternative npm version extensions with legalfina.npm-version-lens. npm-version-lens provides: - Color-coded version indicators in package.json - One-click version updates via dropdown - Inlay hints showing latest versions Marketplace: https://marketplace.visualstudio.com/items?itemName=Legalfina.npm-version-lens
📝 WalkthroughWalkthroughUpdated the VS Code extensions.json configuration by replacing the deprecated "pflannery.vscode-versionlens" extension with "legalfina.npm-version-lens" in the recommended extensions list. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.vscode/extensions.json:
- Line 7: Update the extension ID string in the VS Code extensions list: replace
the incorrect lowercase identifier "legalfina.npm-version-lens" with the
proper-cased "Legalfina.npm-version-lens" so the entry in the JSON matches the
Marketplace listing exactly; edit the value in the extensions array where the
string "legalfina.npm-version-lens" appears.
| "akamud.vscode-caniuse", | ||
| "visualstudioexptteam.intellicode-api-usage-examples", | ||
| "pflannery.vscode-versionlens", | ||
| "legalfina.npm-version-lens", |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
VS Code Marketplace "legalfina.npm-version-lens" extension
💡 Result:
VS Code Marketplace extension: Legalfina.npm-version-lens (display name: “NPM Package Version Dropdown”) by Legalfina. (marketplace.visualstudio.com)
What it does: Adds inline, color-coded “outdated” indicators in package.json and lets you pick any published npm version from a dropdown next to each dependency. (marketplace.visualstudio.com)
Commands:
NPM Version Lens: Refresh(clear cache + re-fetch)NPM Version Lens: Show All Versions(open dropdown for package at cursor) (marketplace.visualstudio.com)
Requirements: VS Code 1.85.0+ and an internet connection (queries the public npm registry). (marketplace.visualstudio.com)
Install (CLI):
code --install-extension Legalfina.npm-version-lensCitations:
- 1: https://marketplace.visualstudio.com/items?itemName=Legalfina.npm-version-lens
- 2: https://marketplace.visualstudio.com/items?itemName=Legalfina.npm-version-lens
- 3: https://marketplace.visualstudio.com/items?itemName=Legalfina.npm-version-lens
- 4: https://marketplace.visualstudio.com/items?itemName=Legalfina.npm-version-lens
- 5: https://code.visualstudio.com/docs/editor/extension-marketplace?utm_source=openai
Correct the extension ID casing from "legalfina" to "Legalfina".
The extension exists and is actively maintained on the VS Code Marketplace, but the identifier uses incorrect casing. Change "legalfina.npm-version-lens" to "Legalfina.npm-version-lens" (capital 'L'). VS Code extension IDs are case-sensitive and must match the marketplace listing exactly.
🤖 Prompt for AI Agents
In @.vscode/extensions.json at line 7, Update the extension ID string in the VS
Code extensions list: replace the incorrect lowercase identifier
"legalfina.npm-version-lens" with the proper-cased "Legalfina.npm-version-lens"
so the entry in the JSON matches the Marketplace listing exactly; edit the value
in the extensions array where the string "legalfina.npm-version-lens" appears.
Recommend npm-version-lens
This PR updates
.vscode/extensions.jsonto recommend npm-version-lens in place of the following extension(s):pflannery.vscode-versionlensWhy?
npm-version-lens provides:
package.jsonIt is actively maintained and lightweight.
Marketplace: https://marketplace.visualstudio.com/items?itemName=Legalfina.npm-version-lens
Summary by CodeRabbit