Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.74 Home All releases olderv2.0.73 v2.0.75newer
Claude Code v2.0.74

LSP Plugin Recommendations

What

Automatic recommendations for LSP plugins based on files you're working with, with one-click installation.

Usage: When you open a file type that could benefit from LSP support, a prompt offers to install a matching plugin:

LSP Plugin Recommendation
─────────────────────────
Plugin: typescript-lsp
Triggered by: .ts files

Would you like to install this LSP plugin?
> Yes, install typescript-lsp
  No, not now
  Never for typescript-lsp
  Disable all LSP recommendations
Details
  • Checks if required binary exists before recommending
  • Prioritizes official marketplace plugins
  • Remembers "never suggest" preferences per plugin
  • Auto-disables after 3 consecutive ignored recommendations
  • 28-second timeout before auto-dismissing
Evidence

y29() at line 472686 (recommendation lookup, contains "[lspRecommendation]" logging), g29() at line 472891 (UI component with "LSP Plugin Recommendation" title)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.0.74 →