this post was submitted on 07 Oct 2023
389 points (89.9% liked)

Linux

47317 readers
661 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I get that it's open source provided you use codium not code but I still find that interesting

you are viewing a single comment's thread
view the rest of the comments
[–] Fisch@lemmy.ml 8 points 11 months ago (2 children)

Aren't those features just telemtry and the plugin store (for which there is an open source replacement btw)

[–] flashgnash@lemm.ee 7 points 11 months ago (2 children)

Live share, remoting (running over ssh or other) and settings sync are both absent from codium, they're the ones I know of

[–] NateNate60@lemmy.ml 2 points 11 months ago (1 children)

Lack of SSH would be a deal breaker for me.

[–] flashgnash@lemm.ee 1 points 11 months ago

You can obviously SSH from the terminal but unless you use some external solution you can't open folders on remote machines in the ide

[–] Fisch@lemmy.ml 1 points 11 months ago (1 children)

Can't you just install a plugin for ssh?

[–] flashgnash@lemm.ee 2 points 11 months ago (2 children)

I don't think so, it runs a client and a server version of VS code so all extensions, settings, debug config etc work on the target machine as if native.

Seems like a core feature a plugin wouldn't be able to implement properly

Obviously you can run ssh in the terminal or you could network mount the filesystem somehow but it'll be way jankier

[–] redcalcium@lemmy.institute 2 points 11 months ago* (last edited 11 months ago)

The moment remote development works with vscodium, I'm going to switch. For now, the FOSS alternative is running code-server on the remote machine, then do ssh port forwarding (or access it via tailscale/zerotier) to access it from a remote machine.

[–] Fisch@lemmy.ml 2 points 11 months ago

Someone on Reddit said that this plugin works apparently. Can't test it myself rn tho.

[–] hare_ware@pawb.social 1 points 11 months ago

There's also some issue with good VSCode when using C# & .NET