Skip to content

Instantly share code, notes, and snippets.

@sharunkumar
Created February 28, 2023 12:00
Show Gist options
  • Save sharunkumar/7251648214f277ccd2b749b56edd9361 to your computer and use it in GitHub Desktop.
Save sharunkumar/7251648214f277ccd2b749b56edd9361 to your computer and use it in GitHub Desktop.
PowerShell script to copy the main keybindings to every profile in VSCode
cd $env:APPDATA\Code\User
Get-ChildItem .\profiles\ | % { copy .\keybindings.json "$_\keybindings.json" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment