• @[email protected]
    link
    fedilink
    571 year ago
    • Install VSCode
    • Install all extensions
    • Copy extensions folder
    • Install Codium
    • Move extensions to Codium extensions folder
    • Remove VSCode
      • Marxine
        link
        fedilink
        21 year ago

        As long as the same extensions exist in its repositories, yes. VSCodium has its own extension marketplace though, many of the most used can be easily found there.

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

      You can also download the *.vsix file of the desired extension from either Github or Microsoft’s extension marketplace and install it manually by clicking on “Install from VSIX” in the Extensions menu.

      This obviously doesn’t solve the update problem and it is also questionable if this is in terms with the “Microsoft Terms of Use” of the extension.

    • voxel
      link
      fedilink
      211 months ago

      or just use the vscode marketplace in codium…

      you can also just use openvsix, which actually contains everything you’ll ever need

  • ImportedReality
    link
    401 year ago

    Come to neovim and spend countless hours tweaking your configs when you should be working 🙃

    • @sizeoftheuniverse
      link
      11 year ago

      That was exactly my experience with it.

      I was using VIM in the old days, so I already had some memories on now to do basic editing.

      And then I’ve spent a week trying to make NeoVIM a well adjusted IDE for C, Java, JavaScript and go. I’ve quit after a week, as the results were not satisfactory.

      • @msage
        link
        31 year ago

        I just installed CoC with a language server, and it works like a charm.

    • @Hexarei
      link
      111 months ago

      Crazy that people seem to think you’re serious and that Neovim needs constant tweaking. I built my config nearly 6 months ago and have only edited it to add new keybinds when I think of how something could be faster or easier. Everything else has been pretty stable.

      • darcy
        link
        fedilink
        31 year ago

        neovim is not much different really, except you can do configs in lua (much better).

        • @[email protected]
          link
          fedilink
          41 year ago

          Vim chocked for me when I tried to launch it with git commit -v with a massive changeset (~100 files, lots of small changes per file), and neovim was cool with it.

          So neovim is just a little bit smoother.

    • @vanshaj
      link
      English
      61 year ago

      Can’t imagine working with java without it

    • @sjpwarren
      link
      31 year ago

      Yes, it seems to have everything I need for Go and Python

    • Midas
      link
      fedilink
      31 year ago

      Have a work and personal license. Pretty doable after a few years the full package is only like 170 euros a year.

    • @sloth
      link
      21 year ago

      Sometimes. Depends on how lazy I am

    • @learningduck
      cake
      link
      11 year ago

      ✋ Using Goland daily. Haven’t try out their Fleet much though.

    • @rmam
      link
      English
      26
      edit-2
      11 months ago

      deleted by creator

      • @qwop
        link
        English
        31 year ago

        I use VSCode with config options to disable telemetry. Probably not perfect but good enough for me, I’m very happy using VSCode

      • @[email protected]
        link
        fedilink
        111 months ago

        Why not both? I’ve used Emacs with evil-mode for several years. I did use Vim before that for longer though.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          11 months ago

          If you count that as both then I agree. I also use emacs with modal keybinds (not vim-style though)

          I just wanted to bring back the flame war a little sijce you were nostalgic about it

  • @angryzor
    link
    211 year ago

    Still waiting for VSCopium

  • Rho
    link
    161 year ago

    in linux I use codium and add a symlink from code to codium, that way software that only recognizes code will work with codium (don’t know why godot does it) and it works great, on windows I just couldn’t make it work so I use code because unity only works with code and I have to use Unity for work also, I enabled the vscode store in codium because there are some extensions I need that aren’t on the codium store

    • Syboxez
      link
      fedilink
      81 year ago

      You can symlink in Windows as well. It’s called a “junction”

  • @[email protected]
    link
    fedilink
    111 year ago

    You can install most of the extension that aren’t included straight up in the Extensions tab, it’s just a little inconvenient. And yes I’m using Codium.

  • Kerb
    link
    fedilink
    91 year ago

    Is there even a difference, asside from the telemetry?

    • TechCodexOP
      link
      181 year ago

      VSCodium has limited plugins, but most known ones were available… Weird logo, some kind of a seaplant?? But I soon dig it…

      VSCode has all the plugins, but with Microsoft’s Telemetry as expected… Cool logo…

      Truth: I’m using VSCodium, the absence of Telemetry tends to improve it’s overall performance… I’m beginning to like the logo… Plugins support has improved, all the plugins I used in VSCode, are now available… All of it…

      • JackbyDev
        link
        91 year ago

        It’s basically the same difference between Chrome and Chromium.

        • the_countrox
          link
          fedilink
          2
          edit-2
          1 year ago

          I love Foss software but chrome crushes browerbench.org speedometer test (on windows not Linux ) like its always 20 runs more than chromium or ungoogled chromium makes me wonder is chrome cheating or what’s happening under the hood

          • darcy
            link
            fedilink
            41 year ago

            until you open more than 4 tabs. then firefox wins

            • the_countrox
              link
              fedilink
              51 year ago

              This is the way. Check out betterfox user.js to make Firefox light speed

      • @[email protected]
        link
        fedilink
        11 year ago

        I bet their telemetry package being so ancient and having ancient parts to it is the reason it brings performance down for the whole application. It’s just too old.

  • @dinodroid
    link
    8
    edit-2
    1 year ago

    Well, choose neovim and customize it the way you want.

    • inline_caching
      link
      11 year ago

      I managed to code 100% in nvim after I realized vscode taking almost 5gb storage for caches and the extensions

  • @[email protected]
    cake
    link
    fedilink
    211 months ago

    I use vscodium for most day to day stuff and vscode for trying out/“sandboxing” specific extensions like github copilot.