• @[email protected]
    link
    fedilink
    English
    181 year ago

    Tech normie also uses VS Code as a text editor sending data to Microsoft & using proprietary plugins.

    • voxel
      link
      fedilink
      English
      20
      edit-2
      1 year ago

      tbf vscode is a decent, open-source editor with great support for Rust (it’s rust-analyzer’s primary platform with nvim and Clion on the second place)
      (but the official ms packages ship with a custom config with ms telemetry, branding and marketplace)
      basically just use code(oss) or vscodium instead of binary vscode releases

      • @[email protected]
        link
        fedilink
        English
        10
        edit-2
        1 year ago

        Most of the language servers can run with Vim, Neovim, Helix, Kakoune, or Emacs as you noted. You could run VS Codium if you’re the “Tech Conservative”, but ultimately if you’re going all the way to “Tech Paranoid”, you won’t touch VS Code or Codium knowing Microsoft is steering the ship with another EEE plot in mind. It’s all a part of that package with Microsoft™ GitHub® + Codespaces® + Copilot® trying to vendor lock-in the developer experience into the platform.

      • @expr
        link
        English
        41 year ago

        It’s “open source” as a technical matter, but the fact is that plenty of common extensions are still strictly controlled by Microsoft (like say, Live Share) and can’t be used with vscodium due to licensing. It’s a pretty useless editor without extensions, and the marketplace isn’t exactly “open”, either.

        • voxel
          link
          fedilink
          English
          31 year ago

          most extensions I use are available on openvsix

          don’t care about proprietary C++/C# debuggers because I use CodeLLDB (with Rust-analyzer).