godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.11k stars 69 forks source link

Add VSCodium to the list of external C# editors #6518

Open Norrox opened 1 year ago

Norrox commented 1 year ago

Describe the project you are working on

i think it would be nice to have support for Codium in the editor, have it in the dropdown with the other editors. Snapshot_2023-03-16_23-37-59 Snapshot_2023-03-16_23-42-05

Describe the problem or limitation you are having in your project

Not enough opensource alternatives :)

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Easy for users to choose an opensource alternative for vscode, https://vscodium.com/

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

n/a

If this enhancement will not be used often, can it be worked around with a few lines of script?

no

Is there a reason why this should be core and not an add-on in the asset library?

need to be in with the others.

Calinou commented 1 year ago

Given VSCodium's popularity, it makes sense to provide it as a built-in option.

raulsntos commented 1 year ago

Code OSS, the open source alternative to VSCode, seems to already be supported by the Visual Studio Code option. We look for one of the following names in the PATH:

Does VSCodium use a different one? If VSCodium is just a fork of VSCode, we should probably just add it to the list of names and it should just work.

Calinou commented 1 year ago

Code OSS, the open source alternative to VSCode, seems to already be supported by the Visual Studio Code option.

We should probably also rename the option to "Visual Studio Code / Code - OSS / VSCodium" to make it clear that it supports all 3.

Sarah-Duck commented 6 months ago

VSCodium uses the name codium, adding it to the name list would do it. It is just a fork with very minimal changes.