FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How to Fix pyright-lsp on Claude Code for Windows (The Complete Guide)
How-ToTools

How to Fix pyright-lsp on Claude Code for Windows (The Complete Guide)

via Dev.toLuis Noriega3w ago

If you've tried to enable the pyright LSP plugin in Claude Code on Windows and hit a wall, this post is for you. After several hours of debugging, I discovered three separate bugs that compound on Windows. Here's the complete, tested fix. The Problem You add this to ~/.claude/settings.json : { "enabledPlugins" : { "pyright-lsp@claude-plugins-official" : true } } Or you run: /plugin install pyright-lsp@claude-plugins-official And you get: Plugin "pyright-lsp" not found in any marketplace Or, after fixing that, you run into: ENOENT: no such file or directory, uv_spawn 'pyright-langserver' Here's exactly what's happening and how to fix all of it. Bug #1: Marketplace Not Pre-Registered on Windows On macOS the official marketplace comes pre-registered. On Windows it doesn't. Claude Code simply doesn't know where to look for the plugin. Fix: Add extraKnownMarketplaces to ~/.claude/settings.json : { "extraKnownMarketplaces" : { "claude-plugins-official" : { "source" : { "source" : "github" ,

Continue reading on Dev.to

Opens in a new tab

Read Full Article
33 views

Related Articles

How-To

What I learned about X-HEEP by Benchmarking

Medium Programming • 23h ago

No more Chinese Polestar 3s as production shifts entirely to the US
How-To

No more Chinese Polestar 3s as production shifts entirely to the US

Ars Technica • 1d ago

How-To

The most important 40 mcq with its answers How to use Android visual studio to make a mobile app

Medium Programming • 1d ago

What is Agent Script? How to Build Agents with It in Agentforce
How-To

What is Agent Script? How to Build Agents with It in Agentforce

Medium Programming • 1d ago

I Coded 3 Famous Trading Strategies in Pine Script and Backtested All of Them. None Passed.
How-To

I Coded 3 Famous Trading Strategies in Pine Script and Backtested All of Them. None Passed.

Medium Programming • 1d ago

Discover More Articles