7 ms·
Just run VSCodium[0]. Unfortunately there's no Xcode equivalent, of course. [0]https://vscodium.com/ https://vscodium.com/
by calgarymicro 2y ago
Just run VSCodium[0]. Unfortunately there's no Xcode equivalent, of course.
[0]https://vscodium.com/ https://vscodium.com/
- koito17 2y agoI wouldn't call VSCodium an equivalent[0]. Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium. ... In some cases, ... [workarounds] won't help because the extension is hard-coded to only work with the official Visual Studio Code product. Notably absent are all of the remote debugging extensions and Copilot. This would be a deal-breaker for many. [0] https://github.com/VSCodium/vscodium/blob/master/docs/index.md https://github.com/VSCodium/vscodium/blob/master/docs/index....
- knallfrosch 2y agoYou can compile from public source code, you can use any extension not using MS proprietary code (notably, other LLMs) AND you can use VSCode without telemetry. Credit where credit is due.. it's miles better than whatever Apple is doing.
- realusername 2y agoI do use Copilot with VSCodium, I just installed the extension with a file
- int_19h 2y agoSome extensions from Microsoft go so far as to check whether they are running on "genuine VSCode" and refuse to run if not.