mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add Open An Integrated Terminal Window as a VSCode til
This commit is contained in:
13
vscode/open-an-integrated-terminal-window.md
Normal file
13
vscode/open-an-integrated-terminal-window.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Open An Integrated Terminal Window
|
||||
|
||||
VSCode offers an integrated terminal that can be used for any of your bash
|
||||
needs -- tests, various git commands, etc.
|
||||
|
||||
You can toggle the integrated terminal window open and closed with
|
||||
|
||||
```
|
||||
Ctrl+`
|
||||
```
|
||||
|
||||
The shell session will be opened to the working directory of your current
|
||||
project.
|
||||
Reference in New Issue
Block a user