doron-cohen / antidot

Cleans up your $HOME from those pesky dotfiles
MIT License
305 stars 18 forks source link

Add rules for VSCode and VSCodium #169

Closed magnus-ISU closed 2 years ago

magnus-ISU commented 2 years ago

Both must be aliases:

code --extensions-dir "$XDG_DATA_HOME/vscode"

codium --extensions-dir "$XDG_DATA_HOME/vscodium"

magnus-ISU commented 2 years ago

I have since discovered that it still creates ~/.vscode-oss unless you write-protect your home directory, which obviously most people don't want to do.