Skip to content

Instantly share code, notes, and snippets.

@hectorh30
hectorh30 / keybindings.json
Created October 7, 2024 15:42
VSCode shortcuts json
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+alt+p",
"command": "projectManager.listProjects"
},
{
"key": "shift+alt+p",
"command": "-projectManager.listProjects"
},