VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.04k stars 1.07k forks source link

Doubts regarding the source code #1933

Open andersontz opened 3 months ago

andersontz commented 3 months ago

I don't know if this is the correct place for this, but my intention is to obtain the source code and create a system derived from it, with another name (the license allows it). My question is, how to do it, because I got the files from here, and the main source code is missing. How to obtain the complete source, without telemetry and without violating the license, including from Microsoft. Do you have any description that explains how to do it?

daiyam commented 3 months ago

https://github.com/VSCodium/vscodium/blob/master/docs/howto-build.md

andersontz commented 3 months ago

Thanks