Created: 2019 May 27th
Updated: 2019 August 18th
Say that you are moving from VS Code to VS Code Insiders and you want to install the same extensions:
Moving from VS Code Insiders to VS Code? Then swap round the commands:
In some cases moving from one platform to another (Windows to Linux say) they keyboard shortcuts are different or just plain not there.
You can create your own keyboard shortcuts but it’s buried in the GUI settings for some reason.
In VSCode goto File -> Preferences -> Keyboard shortcuts.
, then over
on the top right you can select the icon for Open Keyboard Shortcuts
(JSON).
Alternatively use the keyboard shortcuts Crtl+Shift+p
and search for
“Open Keyboard Shortcuts (JSON)”
Paste in your shortcut, in this case duplicating lines, which is missing in Ubuntu VS Code:
Shout out to Caleb Porzio for the suggestion of adding in shortcuts for the sidebar defaults, “explorer”, “git” (scm), “debug” and “extensions”. The default shortcuts are a bit inconsistent.
Another tip from Caleb Porzio is removing all the clutter in the editor and moving the sidebar.
Add these “optional” setting to the settings.json
file, you can
access it with Crtl+Shift+p
.