VSCode or VSCodium; Which do you use? : r learnprogramming - Reddit VSCode or VSCodium; Which do you use? I'm just starting to program and have a few questions Do you prefer VSCode or VSCodium? If you prefer one over the other; what's your reasoning? Is there a particular IDE you prefer for specific projects or languages? Archived post New comments cannot be posted and votes cannot be cast
VSCode vs VSCodium? : r privacy - Reddit VSCode vs VSCodium? I read an article on itsfoss com, that states that VSCodium is better than VSCode, because it doesn't track your usage data In more detail: the installation files that Microsoft has created contain proprietary telemetry tracking and: You can disable the telemetry in VS Code but can you trust Microsoft completely?
What is the equivalent of the MS C++ extension with Intellisense in vsCodium ? : r vsCodium - Reddit After weeks of testing, I think I finally have a good setup for C C++ on VSCodium Extensions: clangd: "Intellisense" support I think it's better than MS C C++ extension Clang-Tidy: Good practices suggestions Native Debug: Debugging support That's it! And don't forget to install clangd and clang-tidy on your machine (They are usually included when you download LLVM) If you're on windows
Any must-have extensions for working with Python in VSCode VSCodium? : r Python - Reddit Since you mentioned Vscodium Pylance is proprietary MS software and thus not available in Vscodium or any version of vscode not MS branded if I recall, you can still use Pyright tho Same for the remote ssh extension I don't use vscode anymore but I'm using Pyright ruff and Black on neovim, I'd use the same with Vscodium