$ ./install.sh- Terraform
- HTML Snippets
- Tailwind CSS IntelliSense
- Path Intellisense
- Bracket Pair Colorizer 2
- ESLint
- ES7 React/Redux/GraphQL/React-Native snippets
- GitLens
- EditorConfig
- Terraform Autocomplete
- Prettier
- hadolint
- Auto Rename Tag
- GitHub Theme
- Go
- HashiCorp Terraform
- Draw.io Integration
- Ruby on Rails
- Discord Presense
- Path Intellisense
- vscode-styled-components
- endwise
- Git Graph
- ruby-rubocop
- Docker
- Python
- Jupyter (Depends on Python)
- Remote - Containers
- C/C++
- Live Share
- Color Highlight
- indent-rainbow
- Material Icon Theme
- Ruby
- Live Server
- Markdown Preview Enhanced
- Indenticator
- Sass Indented
- Tabnine Autocomplete AI: JavaScript, Python, TypeScript, PHP, Go, Java, Ruby, C/C++, HTML/CSS, C#, Rust, SQL, Bash, Kotlin, React
- Vim
- TODO Highlight
- VSCode Ruby
# Show all installed extensions
$ code --list-extensions
# You can install it by specifying the ID of the extension
$ code --install-extension <extension-id[@<version>] | path-to-vsix> [--force]
# Uninstall it by specifying the ID of the extension
$ code --uninstall-extension <extension-id>