Files
awesome-kubernetes/docs/visual-studio.md
Inaki Fernandez 2aaae4b310 ref added
2018-10-04 17:30:40 +02:00

15 lines
866 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>