1045
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 May 2024
1045 points (98.2% liked)
Open Source
31325 readers
259 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
VSCodium is the open source part of VSCode, so I prefer to use that.
Mull is firefox on android without the proprietary parts. Heliboard is a good android keyboard.
How does VSCodium differ from the community version?
Attempts to remove datamining, disallowed from installing microsoft proprietary extensions.
It removes the proprietary part inserted when MS builds the code. This unfortunately makes other proprietary extensions useless, such as Dev Containers. You can still use the main extension marketplace by changing a .json but some MS extensions won't work at all (tried it last week).
@Templa @Cubes
That sounds like a nice protection from accidentally installing unknown black box proprietary code on your computer with access to all your projects.
I agree, just need to figure out how to connect to a pod using OpenSSH.
@Templa I'm actually using github.com/coder/code-server for that. It's also built only from the open-source parts of vscode, but it is made to run in browser. So I just deploy the docker container with code-server to the more powerful remote machine, and open my browser, where it can be used as PWA so it's almost unrecognizable from a native desktop app.
Unfortunately that doesn't apply when you are on your work computer and need to connect to your environment which is behind a corporate VPN. Thanks for telling me about code-server though, I'll check that definitely!