Skip to content

Comment on Microsoft mangles VS Code protected properties to prevent UI customizationparent

Comments

the vscode team made a change to shorten private properties in the minified source code which saved ~1.8MB off of the binary size.

There are extensions that used some of these private properties to change the UI of the editor, as well as other things I'm sure, and now they won't work since the property names are mangled.

They probably didn't do this to intentionally break those extensions, but it was a side effect.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.