Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"redhat.vscode-yaml",
"akamud.vscode-caniuse",
"visualstudioexptteam.intellicode-api-usage-examples",
"pflannery.vscode-versionlens",
"legalfina.npm-version-lens",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 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-lens

(code.visualstudio.com)

Citations:


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.

"christian-kohler.npm-intellisense",
"esbenp.prettier-vscode",
"rangav.vscode-thunder-client",
Expand Down