Skip to content

Instantly share code, notes, and snippets.

@markcam1
Last active December 18, 2018 03:39
Show Gist options
  • Save markcam1/ccc2837b672a47b13ce04029c76d77c1 to your computer and use it in GitHub Desktop.
Save markcam1/ccc2837b672a47b13ce04029c76d77c1 to your computer and use it in GitHub Desktop.
VS Code extensions
  1. Create list of extensions. code --list-extensions > code_extensions.md

  2. Move from one machine to another. copy and paste the echo output to machine B code --list-extensions | xargs -L 1 echo code --install-extension

  3. Share and sync extensions

My extensions as of 16 Dec 2018

christian-kohler.path-intellisense CoenraadS.bracket-pair-colorizer humao.rest-client lior-chamla.google-fonts mdickin.markdown-shortcuts medzhidov.font-awesome-codes-css medzhidov.font-awesome-codes-html mikestead.dotenv ms-vscode.cpptools msjsdiag.debugger-for-chrome oderwat.indent-rainbow PeterJausovec.vscode-docker robertohuertasm.vscode-icons streetsidesoftware.code-spell-checker techer.open-in-browser wayou.vscode-todo-highlight wix.vscode-import-cost xyz.local-history yzhang.markdown-all-in-one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment