And VSCodium is the project that releases builds from the VS Code source code. Privacy-conscious developers should use VSCodium (which is fully FOSS) instead of Visual Studio Code (which is partially proprietary and includes tracking).
I use this on my private setup, but struggling to get tge Python language server to properly work. Apprently the VS Code one is unavailable. What do people use for this on VS Codium?
VS Code has a fully open source base which excludes proprietary extensions and default telemetry ( kind of how AOSP is for Android)
Check here for more info:
https://github.com/microsoft/vscode/wiki/Differences-between-the-repository-and-Visual-Studio-Code
And VSCodium is the project that releases builds from the VS Code source code. Privacy-conscious developers should use VSCodium (which is fully FOSS) instead of Visual Studio Code (which is partially proprietary and includes tracking).
100%
I use this on my private setup, but struggling to get tge Python language server to properly work. Apprently the VS Code one is unavailable. What do people use for this on VS Codium?