_I hope this is the right format to do this_
CodiumWhy not remove the VS (aka Visual Studio) from the name as well.
In essence VSCodium is binary releases of VS Code without MS branding/telemetry/licensing _(quote from GitHub repository description)_
In this case we can remove the VS, which is a very big MS brand, as well...
What do you think?
See also #28
The project is called VSCodium because the originating repo is called vscode. With recent updates, the binary itself is called codium just as the vscode binary is called code.
...without MS branding/telemetry/licensing...
The branding referenced here was the non-freely licensed icons. VSCodium is 99.99% a Microsoft product.
该项目被称为VSCodium,因为调用了原始回购
vscode。通过最近的更新,二进制本身codium就像vscode调用二进制一样被调用code。......没有MS品牌/遥测/许可......
这里引用的品牌是非自由许可的图标。VSCodium是微软产品的99.99%。
检测更新 这个功能不能用对吗?
The codium name is already used by https://www.codium.com.py/en/
Also related #36
I understand @stripedpajamas points and so far the logic makes sense. 👌
Also, the codium name might be unusable unfortunately...
However, I noticed a lot of people in the threads are not happy with the name/branding (1, 2) - is this something there is a community-voting for? Maybe I'll look into a way of changing the name afterwards _(via script or similar)_...
Also, I just noticed that on macOS VSCode uses simply the name Code everywhere. So this actually differs at the moment... 😱


You raise a good point there. I think it makes sense that the binaries on every platform be called Codium and the repo continue to be called VSCodium, in line with vscode.
@stripedpajamas I think that would make a lot of people very happy 🤗
VSCodium (and a freshly cloned copy of vscode built from source) stores its extension files in ~/.vscode-oss. So if you currently have Visual Studio Code installed, your extensions won't automatically populate. You can reinstall your extensions from the Marketplace in VSCodium, or copy the extensions from ~/.vscode/extensions to ~/.vscode-oss/extensions.
Will the .vscode-oss be renamed? And on Windows the executable file is VSCodium.exe, will it be renamed?
@stripedpajamas, is there any reason to 'customize' VSCodium instead of just replacing non-freely licensed pieces?
In other words, I'd expect VSCodium to be a direct FOSS replacement for VSCode. This means that .vscode is used (ref), binaries are called code (ref), Code is shown on macOS (ref), and it is not possible to have both VSCode and VSCodium installed at the same time (what's the use case for this?).
@1138-4EB
In other words, I'd expect VSCodium to be a direct FOSS replacement for VSCode.
The readme says VSCodium is "freely-licensed binaries with a community-driven default configuration". The 'community-driven default configuration' has so far consisted of:
vscode repo)Anyone can, of course, run the build scripts in the vscode repo themselves and get "Code - OSS", the FOSS version of Visual Studio Code.
Building the vscode repo results in .vscode-oss as the configuration folder by default (ref). VSCodium doesn't change this so as to share settings/extensions if someone has built from sources manually. Building the vscode repo results in a binary called code-oss (ref). VSCodium changes this to codium. Since VSCodium's default configuration differs from that of a manually built vscode (Code - OSS), I think having a different name reduces confusion.
In regard to having any of Visual Studio Code, Code - OSS, or VSCodium (not to mention the insider versions of all three) installed at the same time -- these pieces of software are all different. Since Visual Studio Code and Code - OSS can be installed alongside each other, I do not see a reason to make VSCodium and any of the others mutually exclusive.
This issue is open to track making the application name in Mac/Windows "Codium" as per this comment.
Would love to have "Codium" in my macOS menu bar. Bonus points for naming the icon "Codium" as well.
@stripedpajamas
The project is called VSCodium because the originating repo is called
vscode. With recent updates, the binary itself is calledcodiumjust as thevscodebinary is calledcode.
MS repo is called vscode, but MS product (project?) is called Code - OSS.
This repo is called vscodium, so the right project name is Codium (but not Codium - OSS since name Codium already has OSS meaning).
The
codiumname is already used by https://www.codium.com.py/en/
Also, the
codiumname might be unusable unfortunately...
Who cares? It is the name of their dev team, their software company is called "Codium S.A." and they have no product called "codium" anyway.
Nobody ever noticed if you didn't place the link. 😄
Also, I just noticed that on macOS VSCode uses simply the name
Codeeverywhere. So this actually differs at the moment... 😱
is there any reason to 'customize' VSCodium instead of just replacing non-freely licensed pieces? In other words, I'd expect VSCodium to be a direct FOSS replacement for VSCode. This means that [...]
Codeis shown on macOS
I hate how the official version uses the generic name "Code" in the Mac OS X menu bar. There is no reason it can't call itself "Visual Studio Code"; there are applications with longer names, such as "Firefox Developer Edition". The menu bar name actually being unique is one of the reasons I use VSCodium instead of the official version. I suppose "Codium" would still be unique, though.
The more I think of it the more I'm also in favor of making a name change. Codium is much more natural to use.
Also, if someone needs a brand or trademark related motivation, "Visual Studio" is a trademark of Mircosoft.
Most helpful comment
You raise a good point there. I think it makes sense that the binaries on every platform be called Codium and the repo continue to be called VSCodium, in line with vscode.