keybinds for integrated terinal vs code code example
Example 1: quick fix shortcut vscode
On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code
Example 2: vscode bring up and down terminal panel
ctrl + ` // Close/open terminal panel
Example 3: vscode select terminal
# to select new default shell for the terminal in vs code:
- press F1 in VS Code
- typing/selecting Terminal: Select Default Shell