-
There is a section in the docs regarding switching back to the official extension marketplace: https://github.com/VSCodium/vscodium/blob/master/DOCS.md#how...
So if there is a "killer extension" not available on codium's marketplace, you can still use it through microsoft's marketplace.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
> So to use an extension in VSCode, it has to be published in Microsoft's store?
You can always download the extension (or build it yourself) and install it manually - using Code or Codium. You can use the Open VSX registry with Code, but you have to configure it: https://github.com/eclipse/openvsx/wiki/Using-Open-VSX-in-VS....
-
You can use pyright instead[0]. It is the FOSS version of pyright, but having some features missing.
[0]: https://github.com/microsoft/pyright
-
I’ve started using Remote OSS [0] with some custom scripts to install and run the remote code host. Works great on remote servers and even with devcontainers on remote hosts. You can use a script like the one here to handle automatically installing and setting up the tunnel [1]. I’m working on a PR that adds a way to automatically run custom scripts to set up the tunnels as well [1].
[0] https://open-vsx.org/extension/xaberus/remote-oss
[1] https://github.com/CGamesPlay/dotfiles/blob/master/files/.lo...
[2] https://github.com/xaberus/vscode-remote-oss/pull/9
-
Eclipse runs the Open VSX registry that VS Codium uses. Eclipse also has a fork of VS Code called Theia.
https://open-vsx.org/
https://theia-ide.org/
-
No, PR review isn't the only thing that prevents these from being updated. In the yml it's set to a release branch. So it isn't especially fallible.
https://github.com/actions/setup-node/tree/releases/v2