VSCodium (and a freshly cloned copy of vscode built from source) stores its extension files in ~/.vscode-oss
. So if you currently have Visual Studio Code installed, your extensions won't automatically populate. You can reinstall your extensions from the Marketplace in VSCodium, or copy the extensions
from ~/.vscode/extensions
to ~/.vscode-oss/extensions
.
Visual Studio Code stores its keybindings.json
and settings.json
file in these locations:
%APPDATA%\Code\User
$HOME/Library/Application Support/Code/User
$HOME/.config/Code/User
You can copy these files to the VSCodium user settings folder:
%APPDATA%\VSCodium\User
$HOME/Library/Application Support/VSCodium/User
$HOME/.config/VSCodium/User
To copy your settings manually:
...
and choose 'Open settings.json'