renaming vscode

This commit is contained in:
Inaki Fernandez
2020-05-06 19:01:21 +02:00
parent 988df6b10c
commit bbf6b1efab
2 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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/)