-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codefeature-requestRequest for new features or functionalityRequest for new features or functionalitysettings-sync
Description
Type: Command request. Useful when settings sync is enabled.
There is builtin command Preferences: Open Keyboard Shortcuts (JSON). But it opens keybindings only of current platform, but sometimes I need to view / copy / or even modify shortcuts of different platforms.
I found only one solution. I need to go Troubleshooting tab of Settings Sync View, open lastSynckeybindings.json
(Last Synced Remotes -> Keyboard Shortcuts). And parse via script, that will give JSON for each platform e.g.
{
"windows": keybindings.json,
"mac": keybindings.json
}
agoodshort and nithin-p-m
Metadata
Metadata
Assignees
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codefeature-requestRequest for new features or functionalityRequest for new features or functionalitysettings-sync