"up" now does brew update

- VSCode - shift+esc - to hide side panel
- VSCode- Settings  -cleanup, added better comment settings
This commit is contained in:
Pratik Tripathy
2023-08-02 11:25:46 +05:30
parent 674859b114
commit 075426740e
4 changed files with 63 additions and 17 deletions

View File

@@ -60,8 +60,7 @@
"when": "terminal.active"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
"key": "shift+escape",
"command": "workbench.action.toggleSidebarVisibility"
}
]