🗃️ 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:
- alefragnani.project-manager
- amodio.toggle-excluded-files
- astro-build.astro-vscode
- bmalehorn.vscode-fish
- bradlc.vscode-tailwindcss
- Catppuccin.catppuccin-vsc
- charliermarsh.ruff
- Codeium.codeium
- DavidAnson.vscode-markdownlint
- yzhang.markdown-all-in-one
- dbaeumer.vscode-eslint
- drcika.apc-extension
- dsznajder.es7-react-js-snippets
- eamodio.gitlens
- esbenp.prettier-vscode
- ibm.output-colorizer
- ExodiusStudios.comment-anchors
- formulahendry.code-runner
- ms-vscode-remote.remote-ssh
- golang.go
- humao.rest-client
- jrebocho.vscode-random
- mads-hartmann.bash-ide-vscode
- ms-azuretools.vscode-docker
- ms-dotnettools.csharp
- ms-dotnettools.vscode-dotnet-runtime
- ms-vscode.cpptools
- ms-python.python
- ms-python.vscode-pylance
- petekinnecom.terminal-command-keys
- rafamel.subtle-brackets
- redhat.ansible
- redhat.vscode-yaml
- rust-lang.rust-analyzer
- stivo.tailwind-fold
- streetsidesoftware.code-spell-checker
- sumneko.lua
- catppuccin.catppuccin-vsc-icons
- svelte.svelte-vscode
- timonwong.shellcheck
- tobias-z.vscode-harpoon
- usernamehw.errorlens
- vadimcn.vscode-lldb
- VSpaceCode.whichkey
- Vue.volar
- yandeu.five-server
- YoavBls.pretty-ts-errors
- ziglang.vscode-zig
- yutengjing.vscode-colorize-plus
- barbosshack.crates-io
- pucelle.vscode-css-navigation
- tamasfe.even-better-toml
- kisstkondoros.vscode-gutter-preview
- emilast.logfilehighlighter
- asvetliakov.vscode-neovim
🔧 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>