Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created July 5, 2019 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/fc89c1db36c7c66c7280d0d20c8465e1 to your computer and use it in GitHub Desktop.
Save dasgoll/fc89c1db36c7c66c7280d0d20c8465e1 to your computer and use it in GitHub Desktop.
Install vscodium on macOS and migrate settings and extensions from vscode
brew cask install vscodium
mkdir -p ~/.vscode-oss/extensions
cp -a ~/.vscode/extensions/* ~/.vscode-oss/extensions
https://github.com/VSCodium/vscodium/blob/master/DOCS.md#migrating-from-visual-studio-code-to-vscodium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment