All of these issues are from today.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    38
    ·
    1 day ago

    Just be aware MS did the MS thing of not permitting some plugins to work on non vscode installations like the corporate dicks they are.

    • Colonel Panic@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      23 minutes ago

      true for eg MS’ C++ extensions or copilot - they actively block installing and running it on codium, based on some internal “app name” config of the IDE.

      there’s a workaround for that though. install both codium and vsc, install extensions on vsc, symlink the “.vscode” folder to “. vscode-oss”, and edit codium’s app info json (forgot filename) to match vsc’s (mainly the “app name”). last step needs to be done after each update, but can applied with a script, happy to share if anyone needs it. Just make sure the installed codium- and vsc versions match.

      • slazer2au@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        19 minutes ago

        Well I don’t feel the need to shoot myself in the foot enough to justify learning C++, but it’s good to see that a work around exists.

    • mizule@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      7
      ·
      24 hours ago

      they do? i always just downloaded the .vsix file and installed manually that way.

      i’m fairly certain there’s also a patch to enable the marketplace properly on vscodium. i think i used it when i still used arch.