-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-extensions.yml
248 lines (168 loc) · 19.9 KB
/
vscode-extensions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
---
# yamllint disable rule:line-length
# These are the default VSCode extensions installed on any host in the desktop group.
vscode_extensions:
# @vscode [Angular.ng-template](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template) - Editor services for Angular template files
- name: Angular.ng-template
# @vscode [attilabuti.vscode-mjml](https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml) - MJML preview, lint, and compile
- name: attilabuti.vscode-mjml
# @vscode [bierner.markdown-emoji](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji) - Adds emoji syntax support to VS Code's built-in Markdown preview
- name: bierner.markdown-emoji
# @vscode [ChakrounAnas.turbo-console-log](https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log) - This extension make debugging much easier by automating the operation of writing meaningful log message
- name: ChakrounAnas.turbo-console-log
# @vscode [ChFlick.firecode](https://marketplace.visualstudio.com/items?itemName=ChFlick.firecode) - Firestore security rule support for Visual Studio Code
- name: ChFlick.firecode
# @vscode [chrmarti.regex](https://marketplace.visualstudio.com/items?itemName=chrmarti.regex) - Shows the current regular expression's matches in a side-by-side document
- name: chrmarti.regex
# @vscode [CoenraadS.bracket-pair-colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer) - This extension allows matching brackets to be identified with colours
- name: CoenraadS.bracket-pair-colorizer
# @vscode [cweijan.vscode-mysql-client2](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) - A database GUI for SQL, SQLite, MongoDB, Redis, and ElasticSearch
- name: cweijan.vscode-mysql-client2
# @vscode [DavidAnson.vscode-markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) - Markdown/CommonMark linting and style checking for Visual Studio Code
- name: DavidAnson.vscode-markdownlint
# @vscode [dbaeumer.vscode-eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates ESLint into VS Code
- name: dbaeumer.vscode-eslint
# @vscode [denoland.vscode-deno](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno) - Adds support for Deno (powered by the Deno language server)
- name: denoland.vscode-deno
# @vscode [dracula-theme.theme-dracula](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula) - A dark theme for Visual Studio Code
- name: dracula-theme.theme-dracula
# @vscode [drewbourne.vscode-remark-lint](https://marketplace.visualstudio.com/items?itemName=drewbourne.vscode-remark-lint) - Use Unified, Remark, and Retext plugins to lint Markdown
- name: drewbourne.vscode-remark-lint
# @vscode [eamodio.gitlens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) - GitLens is a popular extension that supercharges the Git capabilities built into VS Code
- name: eamodio.gitlens
# @vscode [EditorConfig.EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - This plugin attempts to override user/workspace settings with setting found in .editorconfig files
- name: EditorConfig.EditorConfig
# @vscode [esbenp.prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Prettier is an opinionated code formatter
- name: esbenp.prettier-vscode
# @vscode [ericadamski.carbon-now-sh](https://marketplace.visualstudio.com/items?itemName=ericadamski.carbon-now-sh) - A VS Code extension to open the current editor content in carbon.now.sh
- name: ericadamski.carbon-now-sh
# @vscode [firefox-devtools.vscode-firefox-debug](https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug) - A VS Code extension to debug web applications and extensions running in the Mozilla Firefox browser
- name: firefox-devtools.vscode-firefox-debug
# @vscode [firsttris.vscode-jest-runner](https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner) - Manage, run, and debug individual Jest tests
- name: firsttris.vscode-jest-runner
# @vscode [formulahendry.auto-rename-tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does
- name: formulahendry.auto-rename-tag
# @vscode [formulahendry.code-runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) - Run code snippet or code file
- name: formulahendry.code-runner
# @action VSCode Extensions # [foxundermoon.shell-format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format)
#
- name: foxundermoon.shell-format
# @vscode [GitHub.vscode-pull-request-github](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) - Review and manage your GitHub pull requests and issues directly in VS Code
- name: GitHub.vscode-pull-request-github
# @vscode [GitLab.gitlab-workflow](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) - This extension integrates GitLab to VS Code
- name: GitLab.gitlab-workflow
# @vscode [GoogleCloudTools.cloudcode](https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.cloudcode) - This extension brings the power and convenience of IDEs to cloud-native application development
- name: GoogleCloudTools.cloudcode
# @vscode [golang.Go](https://marketplace.visualstudio.com/items?itemName=golang.Go) - This extension provides rich language support for the Go programming language, integrates with Google Cloud services like Google Kubernetes Engine, Cloud Run, Cloud APIs, and Secret Manager
- name: golang.Go
# @vscode [HashiCorp.terraform](https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform) - This extension adds syntax highlighting and other editing features for Terraform files using the Terraform Language Server
- name: HashiCorp.terraform
# @vscode [hediet.vscode-drawio](https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio) - Allows editing draw.io images in VS Code by adding files ending with .drawio.png
- name: hediet.vscode-drawio
# @vscode [IBM.output-colorizer](https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer) - This extension adds syntax colorization for both the output/debug/extensions panel and *.log files, other extension that colorize the output panel will disable this extension
- name: IBM.output-colorizer
# @vscode [johnpapa.vscode-peacock](https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock) - This extension subtly changes the color of the Visual Studio workspace
- name: johnpapa.vscode-peacock
# @vscode [Kelvin.vscode-sshfs](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs) - Allows mounting SSH destinations as file system mounts inside VS Code
- name: Kelvin.vscode-sshfs
# @vscode [KnisterPeter.vscode-commitizen](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-commitizen) - Adds support for commitizen
- name: KnisterPeter.vscode-commitizen
# @vscode [kruemelkatze.vscode-dashboard](https://marketplace.visualstudio.com/items?itemName=kruemelkatze.vscode-dashboard) - This VS code extension organize the projects in a speed-dial like manner
- name: kruemelkatze.vscode-dashboard
# @vscode [mads-hartmann.bash-ide-vscode](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode) - This extension utilizes the bash language server, that is based on Tree Sitter and its grammar for Bash and supports explainshell integration
- name: mads-hartmann.bash-ide-vscode
# @vscode [mechatroner.rainbow-csv](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) - This extension highlights columns in comma, tab, semicolon and pipe - separated files in different colors - provides info about column on hover, transforms and filters tables using built-in SQL-like query language
- name: mechatroner.rainbow-csv
# @vscode [msjsdiag.debugger-for-chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) - This extension has been deprecated as Visual Studio Code now has a bundled JavaScript Debugger that covers the same functionality
- name: msjsdiag.debugger-for-chrome
# @vscode [msjsdiag.debugger-for-edge](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge) - This extension debugs JavaScript code in the Microsoft Edge browser, also used to enable JavaScript debugging inside the Microsoft Edge browser when launched from ASP.Net Projects in Visual Studio
- name: msjsdiag.debugger-for-edge
# @vscode [ms-azuretools.vscode-docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) - This extension makes it easy to build, manage, and deploy containerized applications from Visual Studio Code
- name: ms-azuretools.vscode-docker
# @vscode [ms-kubernetes-tools.vscode-kubernetes-tools](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) - The extension for developers building applications to run in Kubernetes clusters and for DevOps staff troubleshooting Kubernetes applications
- name: ms-kubernetes-tools.vscode-kubernetes-tools
# @vscode [ms-vscode-remote.remote-containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - The Remote - Containers extension enables the use a Docker container as a full-featured development environment
- name: ms-vscode-remote.remote-containers
# @vscode [ms-vscode-remote.remote-ssh](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) - The Remote - SSH enables the use of any remote machine with a SSH server as the development environment
- name: ms-vscode-remote.remote-ssh
# @vscode [ms-vscode-remote.remote-wsl](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl) - The Remote - WSL extension enables the use VS Code on Windows to build Linux applications that run on the Windows Subsystem for Linux(WSL)
- name: ms-vscode-remote.remote-wsl
# @vscode [ms-python.python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - A VS Code extension with rich support for the Python language, including features such as IntelliSense (Pylance), linting, debugging, code navigation, code formatting, refactoring, variable explorer, test explorer, and more
- name: ms-python.python
# @vscode [ms-vscode.PowerShell](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) - This extension provides rich PowerShell language support for Visual Studio Code
- name: ms-vscode.PowerShell
# @vscode [ms-vscode.vscode-typescript-tslint-plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) - This extension checks TypeScript code for readability, maintainability, and functionality errors
- name: ms-vscode.vscode-typescript-tslint-plugin
# @vscode [MS-vsliveshare.vsliveshare](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - This extension enables to collaboratively edit and debug with others in real time, regardless what programming languages are used
- name: MS-vsliveshare.vsliveshare
# @vscode [MS-vsliveshare.vsliveshare-audio](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-audio) - This extension enhances the existing Visual Studio Live Share experience, by enabling to quickly spin up an audio call directly from within Visual Studio Code, without needing to use a separate tool or service
- name: MS-vsliveshare.vsliveshare-audio
# @vscode [njpwerner.autodocstring](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) - Aids in writing Python doc strings via templates
- name: njpwerner.autodocstring
# @vscode [nrwl.angular-console](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console) - A UI to accompany the Nx CLI
- name: nrwl.angular-console
# @vscode [paulvarache.vscode-taskfile](https://marketplace.visualstudio.com/items?itemName=paulvarache.vscode-taskfile) - This extension provides Intellisense, Tasks, a Tree View and Hover actions for your Taskfiles
- name: paulvarache.vscode-taskfile
# @vscode [philnash.ngrok-for-vscode](https://marketplace.visualstudio.com/items?itemName=philnash.ngrok-for-vscode) - A VSCode extension for controlling ngrok from the command palette
- name: philnash.ngrok-for-vscode
# @vscode [PKief.material-icon-theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) - Material design icons
- name: PKief.material-icon-theme
# @vscode [pnp.polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode) - A VSCode extension that creates unique and sharable screenshots of code
- name: pnp.polacode
# @vscode [pranaygp.vscode-css-peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek) - A VSCode extension for peeking at CSS definitions from a class or id taq in HTML
- name: pranaygp.vscode-css-peek
# @vscode [quicktype.quicktype](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) - An extension that generates types and helper code for reading JSON
- name: quicktype.quicktype
# @vscode [RandomFractalsInc.vscode-data-preview](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) - Preview, modify, analyze, and visualize data in a variety of formats
- name: RandomFractalsInc.vscode-data-preview
# @vscode [rbbit.typescript-hero](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero) - A VSCode extension to organize and sort all the TS imports
- name: rbbit.typescript-hero
# @vscode [redhat.ansible](https://marketplace.visualstudio.com/items?itemName=redhat.ansible) - This extension adds language support for Ansible to Visual Studio Code and OpenVSX compatible editors by leveraging ansible-language-server
- name: redhat.ansible
# @vscode [redhat.vscode-yaml](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) - Provides comprehensive YAML Language support to Visual Studio Code, via the yaml-language-server, with built-in Kubernetes syntax support
- name: redhat.vscode-yaml
# @vscode [richie5um2.vscode-sort-json](https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json) - Alphabetically sorts the keys in selected JSON objects
- name: richie5um2.vscode-sort-json
# @vscode [Rubymaniac.vscode-paste-and-indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent) - This extension adds limited support for pasting and indenting code
- name: Rubymaniac.vscode-paste-and-indent
# @vscode [salbert.comment-ts](https://marketplace.visualstudio.com/items?itemName=salbert.comment-ts) - Adds automatic templating of TypeScript-flavored JSDoc comments
- name: salbert.comment-ts
# @vscode [shd101wyy.markdown-preview-enhanced](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) - An extension that provides with many useful functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc
- name: shd101wyy.markdown-preview-enhanced
# @vscode [snipsnapdev.snipsnap-vscode](https://marketplace.visualstudio.com/items?itemName=snipsnapdev.snipsnap-vscode) - Snippet management engine with accompanying web app
- name: snipsnapdev.snipsnap-vscode
# @vscode [softwaredotcom.swdc-vscode](https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode) - A plugin for automatic programming metrics and time tracking Visual Studio Code
- name: softwaredotcom.swdc-vscode
# @vscode [steoates.autoimport](https://marketplace.visualstudio.com/items?itemName=steoates.autoimport) - An extension that automatically finds, parses and provides code actions and code completion for all available imports
- name: steoates.autoimport
# @vscode [stylelint.vscode-stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) - A mighty, modern CSS linter that helps to enforce consistent conventions and avoid errors in stylesheets
- name: stylelint.vscode-stylelint
# @vscode [TabNine.tabnine-vscode](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode) - Tabnine is the AI code completion tool trusted by millions of developers to code faster with fewer errors
- name: TabNine.tabnine-vscode
# @vscode [timonwong.shellcheck](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck) - Integrates Shellcheck linting (linting for shell scripts)
- name: timonwong.shellcheck
# @vscode [toba.vsfire](https://marketplace.visualstudio.com/items?itemName=toba.vsfire) - A VSCode extension for syntax highlighting, hover help and code completions with Firestore security rules and index definition files
- name: toba.vsfire
# @vscode [tyriar.sort-lines](https://marketplace.visualstudio.com/items?itemName=tyriar.sort-lines) - An extension that sorts lines of text in Visual Studio Code
- name: tyriar.sort-lines
# @vscode [usernamehw.errorlens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens) - An extension that charges language diagnostic features by making diagnostics stand out more prominently, highlighting the entire line wherever a diagnostic is generated by the language and also prints the message inline
- name: usernamehw.errorlens
# @vscode [valentjn.vscode-ltex](https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex) - Adds LanguageTool functionality including grammar and spell-checking
- name: valentjn.vscode-ltex
# @vscode [VisualStudioExptTeam.vscodeintellicode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - The IntelliCode extension for Visual Studio Code provides artificial intelligence-assisted IntelliSense for Python, Java, TypeScript, and JavaScript
- name: VisualStudioExptTeam.vscodeintellicode
# @vscode [vsciot-vscode.vscode-arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) - The Arduino extension makes it easy to develop, build, deploy and debug your Arduino sketches in Visual Studio Code, with a rich set of functionalities
- name: vsciot-vscode.vscode-arduino
# @vscode [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) - Allows running, creating, and editting code tours which are a unique way of guiding contributors through the code base of a project
- name: vsls-contrib.codetour
# @vscode [vsls-contrib.gistfs](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs) - A Visual Studio Code extension that allows you to edit GitHub Gists and repositories from the comfort of your favorite editor
- name: vsls-contrib.gistfs
# @vscode [WallabyJs.quokka-vscode](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) - An extension for rapid JavaScript / TypeScript prototyping
- name: WallabyJs.quokka-vscode
# @vscode [wayou.vscode-todo-highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) - An extension that highlights TODO, FIXME, and other annotations within the code
- name: wayou.vscode-todo-highlight
# @vscode [wix.vscode-import-cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) - This extension will display inline in the editor the size of the imported package
- name: wix.vscode-import-cost
# @vscode [yatki.vscode-surround](https://marketplace.visualstudio.com/items?itemName=yatki.vscode-surround) - Easily add code that surrounds other code like try/catches
- name: yatki.vscode-surround
# Internal note: RegEx replace code: \n # @action Ruby Gems # [$1](https://rubygems.org/gems/$1)\n # \n - name: $1