Files
awesome-kubernetes/docs/visual-studio.md
2018-10-15 19:30:50 +02:00

17 lines
871 B
Markdown

# Visual Studio Code
* [Awesome Visual Studio Code](https://github.com/viatsko/awesome-vscode)
* [Integrated Terminal:](https://code.visualstudio.com/docs/editor/integrated-terminal)
```
// Git Bash
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
```
* [Using Version Control in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol)
<iframe width="560" height="315" src="https://www.youtube.com/embed/fnPhJHN0jTE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VqCgcpAypFQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ijz1mXQm7KU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>