cross-posted from: https://lemmy.world/post/46512248
Even when AI has not generated code. This is a major risk for companies where IP ownership is critical.
GitHub has also seen major outages, further eroding trust in their tools.
Hopefully this motivates companies to finally make the switch away from Microsoft.
GitHub 👇
- Codeberg (open-source repos)
- Gitea Cloud (private repos)
- Forgejo (self-hosted)
VS Code 👇
- ZED
- VSCodium
Happened to me! While I was refactoring the CI on GitHub to prepare myself for a codeberg migration.
Unfortunately I’m stuck using vscode tunnels as the mandatory work firewall block SSH. Unless people have alternatives
I thought VSCode used SSH on the backend. What about using git from the console via VSCode?
That’s not really the problem. The dev server isn’t affected by any firewall, it’s the client (don’t ask why it’s like that…).
So I can’t connect by SSH to the dev server, but VScode can connect to the tunnel.
And no I can’t actually just develop on my machine. The performance isn’t there
Yes, but you’ve got VSCode on the client, and you can get a console to the host (the dev server) from there, right?
I use SSH tunnel with (OSS) Codium all of the time



