All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Pyrefly VS Code extension silently disables competitor extensions without user consent

By

FossAndFurious

29d ago· 3 min readenCode

Summary

Pyrefly, a VS Code extension, silently disables language services for three competing third-party extensions by writing to the user's global settings upon activation, without any user notification or consent. These settings are never restored when Pyrefly is deactivated or uninstalled, permanently breaking the affected extensions until manual user intervention. The behavior has been verified through live reproduction and is documented with source code references.

Key quotes

· 3 pulled
On activation, Pyrefly silently writes disableLanguageServices = true to the user's global VS Code settings for three named third-party extensions, without prompting the user or notifying them in any way.
These settings are never restored when Pyrefly is deactivated or uninstalled, leaving those extensions permanently broken until the user manually intervenes.
This has been verified by live reproduction on a real machine (see below).
Snippet from the RSS feed
On activation, Pyrefly silently writes disableLanguageServices = true to the user's global VS Code settings for three named third-party extensions, without prompting the user or notifying them in a...

You might also wanna read