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.
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.