Skip to content

🗃️ About

VSCodium is my fallback editor in case I cannot use neovim for some specific task, which most of the time doesn't happen but its good to have a backup option.

It's basically the binaries of VS Code but without all of the Microsoft bullshit built on top of it.

The extensions I use are the following:

🔧 Setup

📦 Extensions Installation

VSCodium comes with a CLI client where you can export the extensions list you have installed, or import the list of extensions you want to install.

In the repo there's a binary that can be used to install a list of extensions from a text file. This is the file I use.

Firstly, here's how you can export your list of extensions:

bash
vscodium --list-extensions > extensions.txt

After you have the file, here's how to install them:

bash
~/.local/bin/installCodiumExtensions <extensions-file>

Released under the GPLv3 License.