mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-13 12:47:05 +00:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
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)
|
|
* [deepu.js.org: My VS Code setup - Making the most out of VS Code](https://deepu.js.org/make-the-most-out-of-vscode/)
|
|
* [VScode run from WSL in Linux: Cannot activate the 'Atlassian for VSCode (Official)' extension because 'git' extension is not loaded](https://bitbucket.org/atlassianlabs/atlascode/issues/112/cannot-activate-the-atlassian-for-vscode)
|
|
* [kite: Code Faster with AI Autocomplete](https://kite.com/)
|
|
|
|
<iframe src="https://www.youtube.com/embed/fnPhJHN0jTE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
|
<iframe src="https://www.youtube.com/embed/VqCgcpAypFQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
|
<iframe src="https://www.youtube.com/embed/Ijz1mXQm7KU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|