Tag: Visual Studio Code

  • Compiling Code-OSS from source

    Howdy, fellow readers! In this article I’ll be talking about my experiences of compiling a copy of Code-OSS (the open-source version of Microsoft’s Visual Studio Code) from source. Feel free to read on if you’re interested! Preparations First of all, obviously, I had to get the source somehow, so I cloned the official VS Code…

  • 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: I also disabled telemetry in the options. In case…