Created
February 28, 2023 12:00
-
-
Save sharunkumar/7251648214f277ccd2b749b56edd9361 to your computer and use it in GitHub Desktop.
PowerShell script to copy the main keybindings to every profile in VSCode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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