mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-28 17:41:32 +00:00
renaming vscode
This commit is contained in:
@@ -84,7 +84,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
|
||||
16. [Cloud Native Storage](storage.md)
|
||||
17. Dev Environment
|
||||
- [Git & Git Flow](git.md)
|
||||
- [Visual Studio](visual-studio.md)
|
||||
- [Visual Studio Code](visual-studio.md)
|
||||
- [GitKraken](gitkraken.md)
|
||||
- [Atlassian Sourcetree](https://www.sourcetreeapp.com/)
|
||||
- [WSL: Linux Dev Environment on Windows](linux-dev-env.md)
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
* [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"
|
||||
```
|
||||
```bash
|
||||
// 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/)
|
||||
|
||||
Reference in New Issue
Block a user