No more vanilla VS Code.

The post’s title says it all. I cooked up a copy of Visual Studio Code from source a few days ago.

I added a few lines of code to product.json to enable the extensions gallery so that I wouldn’t have to keep downloading VSIX files manually:

"extensionsGallery": {
    "serviceUrl": "https://open-vsx.org/vscode/gallery",
    "itemUrl": "https://open-vsx.org/vscode/item"
},
"linkProtectionTrustedDomains": ["https://open-vsx.org"]

I also disabled telemetry in the options.

In case anyone’s too lazy to go through the trouble of compiling a copy, you can use VSCodium. You’ll get automatic updates as a bonus, too!


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.