I used to use Atom as my primary code editor, and it was really easy to disable telemetry in it (just two clicks). Now that Atom is no longer supported, I decided on using VSCode or VSCodium. However, I don’t really know which one to choose.

  • How much privacy am I losing? I also use Pycharm for Python most of the time, so I am wondering which would be the less privacy invasive one.
  • I also heard that VSCode still sends telemetry, is that true (in the sense that it is sending more than a “no telemetry” flag)?
  • Also, is it possible to make vscode.dev run without telemetry?
  • Will VSCodium support C++ and CMake with compilation, or will I need to use VSCode for that?

(I know there is a “Code - OSS”, but I just need to know about VSCode and VSCodium)

    • @Nevoic@lemmy.world
      link
      fedilink
      English
      311 months ago

      For people unfamiliar with the vim ecosystem (I assume that’s at least part of the down votes), it’s actually much closer than you’d expect. If you’re only familiar with vi/vim, nvim customizations are essentially on feature parity with vscode, with the added benefit of the vim-first bindings.

      What you have to do is install a customized neovim environment. Lunarvim, astrovim, nvchad, etc. Most of them have single line installation options for Linux, and then it comes with a bunch of plugins that will pretty much match whatever you’d find with vscode extensions.

      • darcy
        link
        fedilink
        211 months ago

        true. tho i would highly recommend making your config from scratch, but i know its not for everyone