1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00
Files
til/vscode/open-an-integrated-terminal-window.md
2017-12-14 15:11:06 -06:00

14 lines
345 B
Markdown

# Open An Integrated Terminal Window
Visual Studio's Code editor 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.