Visual Studio Code
vscodium
Visual Studio Code | vscodium | |
---|---|---|
59 | 561 | |
5,934 | 27,064 | |
1.3% | 2.4% | |
10.0 | 9.4 | |
5 days ago | 5 days ago | |
Markdown | Shell | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Visual Studio Code
-
Visual Studio vs. Visual Studio Code: An In-depth Comparison
Visual Studio and Visual Studio Code (VS Code) are two very popular and different software development tools developed by Microsoft. Visual Studio is a popular Integrated Development Environment (IDE) among professional software developers while Visual Studio Code is the most popular code editor in the field of software development.
-
Developing Inside a Container
Interesting. The date at the bottom of the article shows 06/05/2024, which is this one? https://github.com/microsoft/vscode-docs/blob/main/docs/devc... renamed from your link in 2022.
All of this to say, I wish articles were upfront on original publication date.
-
Building a Full-Stack Web Application with Free Resources
Visual Studio Code Docs
-
Fedora Atomic Desktops
I'm using Silverblue 39 for about 2 month coming from NixOS Unstable. It's working very well for me. I have some packages layered like Nvidia and fish shell and https://github.com/CheariX/silverblue-akmods-keys for AKMODS modules work with secure boot. Things like neovim, pyright, helix, starship, LSPs and CLI applications I install with brew (brew.sh). For desktop things I use Flatpak.
I had a problem with some Flatpak applications (like Steam and Discord) and brew because brew puts its folder in the $PATH before the default ones (/usr/bin ...) and those Flatpak applications tried to use SSL keys from brew instead of the system ones. I just changed the order of the $PATH to make brew bin path to be after ther system ones.
For VSCode I'm not using the Flatpak I'm using the tarball one I just extract in ~/applications and symlink the code binary in the ~/.local/bin. It's working well, I don't have problem with VSCode not executing LSPs and lint things. The only problem is VSCode from tarball cannot updates itself, so I need to download the newer version and extract to ~/applications. There is this VSCode CLI version (https://code.visualstudio.com/docs/?dv=linux64cli) but I was not able to make it use the wayland backend.
-
Introduction to VS Code
Explore the official VS Code documentation on the Visual Studio Code website for in-depth guides, tutorials, and reference materials.
- Brand new to vscode. How do you export results into a CSV?
-
Cognitive Load and Your Development Environment
It's a lot, but the VS Code docs have thought about Extraneous Cognitive Load and created written guides, video guides, reference docs and more!
-
Microsoft has announced the retirement of Visual Studio for Mac. "Visual Studio for Mac will no longer be supported starting August 31, 2024." | And in May 2023 Unity announced it "has fully deprecated its support for VSCode"
VSCode has a long history of not working well with Unity, so they deprecated it.
- What’s the best resource to learn VSC?
-
Can you recommend me an Open Source C++ IDE that can be used for game development and commercial projects?
> Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.
vscodium
-
I just got an ad in VS Code
A 1st party ad is still an ad, though in isolation I do I agree that it's quite mild all considered. With context however (this being Microsoft's doing, and all the AI/Adware/telemetry/darkpatterns they're cramming into everything), I share OP's derision for this development in a tool that has become a centerpiece for many developers workflows, dev environments, and ancillary (plugins) ecosystems.
Thankfully, for now at least, VSCode is MIT Licensed [0], source available [1], and if built from source it does not include CoPilot, Telemetry or MS' other crapware or branding. VS Codium [2] compiles this source for you without the cruft and makes those binaries/installers available [3] if like.
For those that like CoPilot, VSCodium even has a guide on how to add it to VSCodium/Source Built VSCode [4]
0: https://github.com/microsoft/vscode/blob/main/LICENSE.txt
1: https://github.com/microsoft/vscode
2: https://vscodium.com/#why
3: https://github.com/VSCodium/vscodium/releases
4: https://github.com/VSCodium/vscodium/discussions/1487
- Microsoft C/C++ Extension appears no longer support unofficial forks of VS Code
- Microsoft C/C++ Extension appears to no longer support unofficial VS Code forks
-
Xcode Constantly Phones Home
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....
-
A Comment on Mozilla's Policy Changes
Thanks, good spot.
So Mozilla, an organisation that commends itself for working to put control of the internet back in the hands of the people using it, [0] is creating a situation where the FOSS community needs to maintain its own 'cleansed' builds, akin to VS Code/VS Codium [1] and, to a lesser extent, Chrome/Chromium. [2] (The Chromium case is somewhat different; Google maintains both the FOSS Chromium builds and the non-Free Chrome builds).
4 years ago I commented that It's just non-stop with Mozilla, isn't it? They have the curious pairing of technical excellence, and a long history of awful non-technical decision-making. Little seems to have changed. [3]
[0] https://www.mozilla.org/en-GB/about/
[1] https://vscodium.com/
[2] https://en.wikipedia.org/wiki/Chromium_(web_browser)
[3] https://news.ycombinator.com/item?id=26873740
-
I still like Sublime Text in 2025
I've been running vscodium for a couple of years now, and they rip out the MS specific stuff so no ChatGPT and so forth. I haven't noticed any slowdowns.
Maybe give it a try? https://vscodium.com/
-
Ask HN: Open-Source editor with local code completion?
Continue [0] is open source and supports local models. I still haven't found time to try it out yet. If you host it in VSCodium [1], you would have pretty much what you asked for.
[0] https://www.continue.dev/
[1] https://vscodium.com/
- The State of Vim
- "Escapando" de IntelliJ
-
Ask HN: Any tips for building a VSCode fork?
You can look at this fork: https://github.com/VSCodium/vscodium and see how they did it.
What are some alternatives?
nerd-fonts - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Code-Server - VS Code in the browser
Swagger Plugin for JetBrains - A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA
theia - Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
gradle-cleaner-intellij-plugin - Force clear delaying & no longer needed Gradle tasks.
Visual Studio Code - Visual Studio Code