mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-31 15:59:08 +00:00
17 lines
871 B
Markdown
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>
|