mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-06 03:30:44 +00:00
2.4 KiB
2.4 KiB
Visual Studio Code
- code.visualstudio.com: Visual Studio Code
- Awesome Visual Studio Code
- Using Version Control in VS Code
- deepu.js.org: My VS Code setup - Making the most out of VS Code
- VScode run from WSL in Linux: Cannot activate the 'Atlassian for VSCode (Official)' extension because 'git' extension is not loaded
- kite: Code Faster with AI Autocomplete
Visual Studio MarketPlace
- marketplace.visualstudio.com
- Red Hat
- GitLens 🌟 Git supercharged
- Git Graph View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want!
- Better Comments
- Bracket Pair Colorizer
- Markdown All in One 🌟
- Auto Markdown TOC By AX1
Integrated Terminal on Visual Studio Code
- Integrated Terminal
- This is an example of Visual Studio Code settings when adding Git Bash on Windows:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"