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
    • RustyNova@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      22 hours ago

      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

      • SpaceNoodle@lemmy.worldM
        link
        fedilink
        arrow-up
        2
        ·
        21 hours ago

        Yes, but you’ve got VSCode on the client, and you can get a console to the host (the dev server) from there, right?