-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvsc-extensions.txt
More file actions
691 lines (691 loc) · 17.1 KB
/
Copy pathvsc-extensions.txt
File metadata and controls
691 lines (691 loc) · 17.1 KB
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
vscode.bat
vscode.builtin-notebook-renderers
vscode.clojure
vscode.coffeescript
vscode.configuration-editing
vscode.cpp
vscode.csharp
vscode.css
vscode.css-language-features
vscode.dart
vscode.debug-auto-launch
vscode.debug-server-ready
vscode.diff
vscode.docker
vscode.emmet
vscode.extension-editing
vscode.fsharp
vscode.git
vscode.git-base
vscode.github
vscode.github-authentication
vscode.go
vscode.groovy
vscode.grunt
vscode.gulp
vscode.handlebars
vscode.hlsl
vscode.html
vscode.html-language-features
vscode.image-preview
vscode.ini
vscode.ipynb
vscode.jake
vscode.java
vscode.javascript
vscode.json
vscode.json-language-features
vscode.julia
vscode.latex
vscode.less
vscode.log
vscode.lua
vscode.make
vscode.markdown
vscode.markdown-language-features
vscode.markdown-math
vscode.media-preview
vscode.merge-conflict
vscode.microsoft-authentication
vscode.npm
vscode.objective-c
vscode.perl
vscode.php
vscode.php-language-features
vscode.powershell
vscode.pug
vscode.python
vscode.r
vscode.razor
vscode.references-view
vscode.restructuredtext
vscode.ruby
vscode.rust
vscode.scss
vscode.search-result
vscode.shaderlab
vscode.shellscript
vscode.simple-browser
vscode.sql
vscode.swift
vscode.theme-abyss
vscode.theme-defaults
vscode.theme-kimbie-dark
vscode.theme-monokai
vscode.theme-monokai-dimmed
vscode.theme-quietlight
vscode.theme-red
vscode.theme-solarized-dark
vscode.theme-solarized-light
vscode.theme-tomorrow-night-blue
vscode.tunnel-forwarding
vscode.typescript
vscode.typescript-language-features
vscode.vb
vscode.vscode-theme-seti
vscode.xml
vscode.yaml
4ops.packer
4ops.terraform
a5huynh.vscode-ron
aaron-bond.better-comments
aaronthomas.vscode-snazzy-operator
abhinavk99.codewall
abierbaum.vscode-file-peek
adamcaviness.theme-monokai-dark-soda
adrianwilczynski.add-reference
adrianwilczynski.asp-net-core-snippet-pack
adrianwilczynski.asp-net-core-switcher
adrianwilczynski.blazor-snippet-pack
adrianwilczynski.csharp-to-typescript
adrianwilczynski.libman
adrianwilczynski.namespace
adrianwilczynski.terminal-commands
adrianwilczynski.toggle-hidden
adrianwilczynski.user-secrets
agurodriguez.vscode-lbnf
ahmadalli.vscode-nginx-conf
ahmadawais.shades-of-purple
ajshortt.tokyo-hack
alber70g.solarized-light-differentiated
aldijav.golangwithdidi
alefragnani.bookmarks
alefragnani.project-manager
alexanderbast.vscode-snazzy
alexnho.a-touch-of-lilac-theme
aliasadidev.nugetpackagemanagergui
almenon.arepl
altbdoor.change-tab-size
altcoda.cybervision
amazonwebservices.aws-toolkit-vscode
amirha.better-comments-2
andrewvallette.zeonica
andyyaldoo.vscode-json
annalifatou.minimal-wave
anseki.vscode-color
anweber.vscode-httpyac
aramok.aramoks-black
arcticicestudio.nord-visual-studio-code
arjunumathanu.monokai-dark-pro
arrterian.nix-env-selector
arthurdiegoo.great-dreamer
arturock.gitstash
artymaury.template-finder
asf.apache-netbeans-java
asilverio.blackai-visual-studio-code
astro-build.astro-vscode
atishay-jain.all-autocomplete
austenc.tailwind-docs
awehook.vscode-blink-mind
aws-scripting-guy.cform
axiomaticstudios.one-monokai-80s
azemoh.one-monokai
bajdzis.vscode-database
bbenoist.nix
bbenoist.vagrant
bceskavich.theme-dracula-at-night
belfz.search-crates-io
benbusby.earthbound-themes
bencoleman.armview
benjaminmandersen.midnight-pastel
betterthantomorrow.calva
betterthantomorrow.calva-spritz
bibhasdn.unique-lines
bierner.color-info
bierner.github-markdown-preview
bierner.markdown-checkbox
bierner.markdown-emoji
bierner.markdown-footnotes
bierner.markdown-mermaid
bierner.markdown-preview-github-styles
bierner.markdown-yaml-preamble
bitlang.vscode-crosshair
blairleduc.net-core-starters-pack
bmuskalla.vscode-tldr
bradlc.vscode-tailwindcss
bram209.leptos-language-server
brenix.hacker-theme
brettm12345.nixfmt-vscode
brunoventura.sqltools-athena-driver
buenon.scratchpads
caarlos0.language-prometheus
cardinal90.multi-cursor-case-preserve
cargo-inspect-vscode.cargo-inspect
carlos18mz.cyberpunk-2077-rebuild
chadbaileyvh.oled-pure-black---vscode
chakrounanas.turbo-console-log
chiperific.authzed
chouzz.vscode-better-align
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
chrmarti.regex
ckolkman.vscode-postgres
clarkyu.vscode-sql-beautify
clerian.cyberdyne20xx
codeandstuff.package-json-upgrade
codestream.codestream
codezombiech.gitignore
coenraads.bracket-pair-colorizer-2
compilenix.vscode-zonefile
compulim.indent4to2
connorcpu.vsc-rustfmt
conradludgate.rust-playground
cschlosser.doxdocgen
csdotav.synthwave84-monokai-edition
ctenbrinke.ansi16
ctf0.macros
ctrlplusb.i-minimal-theme
ctrlplusb.white-italic
cval.pastel-theme
cweijan.dbclient-jdbc
cweijan.vscode-postgresql-client2
d4nyll.devops-extension-pack
danbackes.lines
danidandev.comment-remover
danielsanmedium.dscodegpt
danielthielking.aws-cloudformation-yaml
dannysteenman.cloudformation-yaml-snippets
dariofuzinato.vue-peek
davidanson.vscode-markdownlint
davidhouchin.whitespace-plus
daylerees.rainglow
dbaeumer.vscode-eslint
dbankier.vscode-quick-select
ddh4r4m.night-hacker-dark-theme
dennismaxjung.vscode-dotnet-auto-attach
dhedgecock.radical-vscode
dillonchanis.midnight-city
dlahmad.dracula-for-rust-theme
doggy8088.netcore-extension-pack
doggy8088.netcore-snippets
doggy8088.quicktype-refresh
donjayamanne.git-extension-pack
donjayamanne.githistory
donjayamanne.jquerysnippets
donjayamanne.python-environment-manager
donjayamanne.python-extension-pack
dotcypress.vscode-cargo-test
dotjoshjohnson.xml
dracula-theme.theme-dracula
dsznajder.es7-react-js-snippets
dunn.redis
dunstontc.vscode-docker-syntax
dunstontc.vscode-rust-syntax
dustypomerleau.rust-syntax
duszekmestre.stacktraceformatter
dzannotti.vscode-babel-coloring
eamodio.gitlens
earshinov.permute-lines
ecmel.vscode-html-css
editorconfig.editorconfig
eliverlara.andromeda
emilast.logfilehighlighter
emmanuelbeziat.vscode-great-icons
endormi.2077-theme
enkia.tokyo-night
erd0s.terraform-autocomplete
erik-rosengren.dark-candy
eriklynd.json-tools
esbenp.prettier-vscode
euskadi31.json-pretty-printer
evan-buss.font-switcher
evgeniypeshkov.syntax-highlighter
evondev.dracula-high-contrast
exelord.git-commits
explodeo.oled-black
ezzak.nighthawk
fab1o.dark-plus-with-italics
fabianlauer.vs-code-xml-format
fabiospampinato.vscode-diff
fallenmax.mithril-emmet
fehey.brackets-light-pro
felipecaputo.git-project-manager
felschr.extbundles-csharp
file-icons.file-icons
filikos.awesome-go-vscode
firefox-devtools.vscode-firefox-debug
fisheva.eva-theme
florianduros.theme-dracula-italics-turbo
formulahendry.auto-close-tag
formulahendry.auto-complete-tag
formulahendry.auto-rename-tag
formulahendry.code-runner
formulahendry.docker-explorer
formulahendry.docker-extension-pack
formulahendry.dotnet
formulahendry.dotnet-test-explorer
formulahendry.github-actions
formulahendry.vscode-mysql
foxundermoon.shell-format
fredwangwang.vscode-hcl-format
fwcd.kotlin
genieai.chatgpt-vscode
gerane.theme-blackboard
gerane.theme-dark-dracula
gerane.theme-flatlandmonokai
gerane.theme-neon
gerane.theme-pastelsondark
ghgofort.neon-vommit
github.codespaces
github.copilot
github.copilot-chat
github.copilot-labs
github.github-vscode-theme
github.heygithub
github.remotehub
github.vscode-github-actions
github.vscode-pull-request-github
golang.go
grapecity.gc-excelviewer
graphql.vscode-graphql-syntax
gruntfuggly.todo-tree
gustavoinacio.oled-neon-theme
harryhopkinson.vs-code-runner
hashicorp.hcl
hashicorp.sentinel
hashicorp.terraform
hbenl.vscode-test-explorer
hcltechnologies.hclappscancodesweep
hdevalke.rust-test-lens
heybourn.headwind
hollowtree.vue-snippets
hookyqr.minify
hoovercj.vscode-settings-cycler
hsnazar.hyper-term-theme
huizhou.githd
humao.rest-client
idbartosz.darkpp-italic
idleberg.hopscotch
idleberg.icon-fonts
igochkov.vscode-ebnf
iket0731.symbol-navigate-back
iliazeus.vscode-ansi
infracost.infracost
inksea.inksea-theme
inu1255.easy-snippet
ionide.ionide-fsharp
ionutvmi.path-autocomplete
ipedrazas.kubernetes-snippets
ivory-lab.jenkinsfile-support
j0hnm4r5.laser-theme
jaakko.black
jabacchetta.vscode-essentials
jack89ita.open-file-from-path
jakearl.search-editor-apply-changes
jakethashi.vscode-angular2-emmet
janne252.fontawesome-autocomplete
jasonlhy.hungry-delete
jasonnutter.search-node-modules
jbelford.cyberpunk-plus
jedeop.crates-completer
jeff-hykin.better-cpp-syntax
jeff-hykin.better-dockerfile-syntax
jeff-hykin.code-eol
jfrog.jfrog-vscode-extension
jkjustjoshing.vscode-text-pastry
jmrog.vscode-nuget-package-manager
jnoortheen.nix-ide
joaomoreno.github-sharp-theme
johnpapa.vscode-peacock
josephcz.vscode-markdown-mindmap-preview
josetr.cmake-language-support-vscode
jprestidge.theme-material-theme
jrieken.fuzzy-definitions
jrobsonchase.rust-extension-pack
jscearcy.rust-doc-viewer
jsjlewis96.one-dark-pro-italic-vivid
justin-grote.powershell-extension-pack
k--kato.docomment
k--kato.intellij-idea-keybindings
karigari.chat
kddejong.vscode-cfn-lint
kdl-org.kdl
kdl.kdshade
kdlanguage.vscode-kd
kelvin.vscode-sshfs
kevinkassimo.cargo-toml-snippets
kevinkyang.auto-comment-blocks
kevinrose.vsc-python-indent
kisstkondoros.vscode-codemetrics
kiteco.kite
kreativ-software.csharpextensions
l13rary.l13-diff
lacroixdavid1.vscode-format-context-menu
launchdarklyofficial.launchdarkly
leelupyuen.visual-embedded-rust
leizongmin.node-module-intellisense
letmaik.git-tree-compare
lfurzewaddock.vscode-wsl-workspacefolder
littlefoxteam.vscode-python-test-adapter
liviuschera.noctis
loganarnett.lambda-snippets
lorenzopirro.rust-flash-snippets
lostintangent.vsls-whiteboard
louiswt.regexp-preview
lrecknagel.one-monokai-italic
mads-hartmann.bash-ide-vscode
magicstack.magicpython
magson.dark-hacker-theme
maracko.json-to-go
marcostazi.vs-code-vagrantfile
mark-tucker.aws-cli-configure
mark-wiemer.vscode-autohotkey-plus-plus
markis.code-coverage
marlon407.code-groovy
martellaj.license-injector
marus25.cortex-debug
matheusq94.tfs
mathiasfrohlich.kotlin
matthewpi.caddyfile-support
maurobussini.vscode-dotnet-essentials
maziac.asm-code-lens
mblode.one-dark-italic
mblode.pretty-formatter
mcu-debug.debug-tracker-vscode
mcu-debug.memory-view
mcu-debug.peripheral-viewer
mcu-debug.rtos-views
mechatroner.rainbow-csv
medo64.render-crlf
meezilla.json
metaseed.metago
mgesbert.python-path
mgmcdermott.vscode-language-babel
mhutchie.git-graph
micnil.vscode-checkpoints
mikestead.dotenv
mindaro-dev.file-downloader
mindaro.mindaro
miramac.vscode-exec-node
mkhl.direnv
modular-mojotools.vscode-mojo
mohsen1.prettify-json
mooman219.rust-assist
mosapride.zenkaku
moshfeu.compare-folders
ms-azure-devops.azure-pipelines
ms-azuretools.azure-dev
ms-azuretools.vscode-azureappservice
ms-azuretools.vscode-azurecontainerapps
ms-azuretools.vscode-azurefunctions
ms-azuretools.vscode-azureresourcegroups
ms-azuretools.vscode-azurestaticwebapps
ms-azuretools.vscode-azurestorage
ms-azuretools.vscode-azureterraform
ms-azuretools.vscode-azurevirtualmachines
ms-azuretools.vscode-bicep
ms-azuretools.vscode-cosmosdb
ms-azuretools.vscode-docker
ms-cst-e.vscode-devskim
ms-dotnettools.csdevkit
ms-dotnettools.csharp
ms-dotnettools.vscode-dotnet-pack
ms-dotnettools.vscode-dotnet-runtime
ms-dotnettools.vscodeintellicode-csharp
ms-edgedevtools.vscode-edge-devtools
ms-kubernetes-tools.vscode-kubernetes-tools
ms-mssql.data-workspace-vscode
ms-mssql.mssql
ms-mssql.sql-bindings-vscode
ms-mssql.sql-database-projects-vscode
ms-ossdata.vscode-postgresql
ms-python.debugpy
ms-python.isort
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-slideshow
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode-remote.remote-wsl-recommender
ms-vscode-remote.vscode-remote-extensionpack
ms-vscode.anycode
ms-vscode.anycode-c-sharp
ms-vscode.anycode-cpp
ms-vscode.anycode-go
ms-vscode.anycode-java
ms-vscode.anycode-kotlin
ms-vscode.anycode-php
ms-vscode.anycode-python
ms-vscode.anycode-rust
ms-vscode.anycode-typescript
ms-vscode.azure-account
ms-vscode.azure-repos
ms-vscode.azurecli
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vscode.hexeditor
ms-vscode.js-debug
ms-vscode.js-debug-companion
ms-vscode.js-debug-nightly
ms-vscode.makefile-tools
ms-vscode.powershell
ms-vscode.references-view
ms-vscode.remote-explorer
ms-vscode.remote-repositories
ms-vscode.remote-server
ms-vscode.sublime-keybindings
ms-vscode.test-adapter-converter
ms-vscode.theme-markdownkit
ms-vscode.vscode-js-profile-table
ms-vscode.vscode-node-azure-pack
ms-vscode.vscode-speech
ms-vscode.vscode-typescript-next
ms-vscode.wordcount
ms-vsliveshare.vsliveshare
ms-vsliveshare.vsliveshare-pack
msazurermtools.azurerm-vscode-tools
msjsdiag.vscode-react-native
mtxr.sqltools
mtxr.sqltools-driver-mssql
mtxr.sqltools-driver-pg
mtxr.sqltools-driver-sqlite
mushan.vscode-paste-image
mziyabo.vscode-codedeploy
naco-siren.gradle-language
naren.kismat
naumovs.color-highlight
neonxp.gotools
nexxai.material-synthwave-vscode
nhoizey.gremlins
nixon.env-cmd-file-syntax
njpwerner.autodocstring
noturnal-theme.dark
nur.just-black
nuuf.theme-hackershaze
nyxiative.rust-and-friends
octref.vetur
oderwat.indent-rainbow
odubuc.mysql-inline-decorator
openfga.openfga-vscode
oracle-labs-graalvm.graalvm
oracle-labs-graalvm.graalvm-pack
oracle-labs-graalvm.micronaut
orobiti.orobiti
orta.vscode-jest
outthislife.otl-theme
parthr2031.colorful-comments
peakchen90.open-html-in-browser
peterschmalfeldt.explorer-exclude
pflannery.vscode-versionlens
philsinatra.popping-and-locking-vscode-black
pinage404.nix-extension-pack
pivotal.vscode-spring-boot
pizycki.pretty-exception
pjmiravalle.terraform-advanced-syntax-highlighting
pkief.material-icon-theme
platformio.platformio-ide
pnp.polacode
pod212.vscode-github-projects
polymeilex.rust-targets
polypus74.trusty-rusty-snippets
postman.postman-for-vscode
pradiphudekar.cf-templates
pranaygp.vscode-css-peek
premparihar.gotestexplorer
pspester.pester-test
puppet.puppet-vscode
qezhu.gitlink
qufiwefefwoyn.inline-sql-syntax
quicktype.quicktype
qwtel.sqlite-viewer
rafamel.subtle-brackets
rafistatar.addlocalnetreferences
randomchance.logstash
rangav.vscode-thunder-client
raynigon.nginx-formatter
redhat.ansible
redhat.fabric8-analytics
redhat.java
redhat.vscode-xml
redhat.vscode-yaml
rexebin.f12-open-file
richie5um2.vscode-sort-json
rioj7.vscode-json-validate
ritwickdey.liveserver
robbowen.synthwave-vscode
rodrigovallades.es7-react-js-snippets
rogalmic.bash-debug
rpinski.shebang-snippets
rubyjasmin.hyperterm-theme
run-at-scale.terraform-doc-snippets
rust-lang.rust-analyzer
ryu1kn.annotator
ryu1kn.partial-diff
ryuta46.multi-command
sanbox.gm-code-vsc
sebastienma.ansi-color-code
secanis.jenkinsfile-support
seven1bit.vscode-ext-ansi-color-highlight
shakram02.bash-beautify
shardulm94.trailing-spaces
shd101wyy.markdown-preview-enhanced
siberianmh.rust-grammar
sidp.strict-whitespace
sirtori.indenticator
skyran.js-jsx-snippets
sleistner.vscode-fileutils
slevesque.vscode-multiclip
slevesque.vscode-zipexplorer
smartbearsoftware.vscode-swaggerhub
smartertomato.locate-this-document
sncmn.hide-stream
snyk-security.snyk-vulnerability-scanner
sohamkamani.code-eol
solarliner.linux-themes
solomonkinard.git-blame
sonarsource.sonarlint-vscode
spmeesseman.vscode-taskexplorer
spywhere.guides
statiolake.vscode-rustfmt
steoates.autoimport
stkb.rewrap
streetsidesoftware.code-spell-checker
supermaven.supermaven
svelte.svelte-vscode
svipas.control-snippets
swellaby.rust-pack
swellaby.vscode-rust-test-adapter
sztheory.vscode-packer-powertools
tamasfe.even-better-toml
taoklerks.poor-mans-t-sql-formatter-vscode
techer.open-in-browser
theumletteam.umlet
thewh1teagle.unexcept
threadheap.serverless-ide-vscode
thundra.thundra-debugger
timonwong.shellcheck
tintoy.msbuild-project-tools
tobias-faller.vt100-syntax-highlighting
tobias-z.vscode-harpoon
tobysmith568.run-in-powershell
tomoki1207.pdf
tonybaloney.vscode-pets
trybick.terminal-zoom
tsqllint.tsqllint
tushortz.python-extended-snippets
twxs.cmake
tylerleonhardt.vscode-inline-values-powershell
tyriar.sort-lines
uctakeoff.vscode-counter
uiua-lang.uiua-vscode
ultram4rine.vscode-choosealicense
usernamehw.errorlens
usernamehw.remove-empty-lines
vadimcn.vscode-lldb
vallentin.vscode-bnf
vincaslt.highlight-matching-tag
visualstudioexptteam.intellicode-api-usage-examples
visualstudioexptteam.vscodeintellicode
visualstudioexptteam.vscodeintellicode-completions
visualstudioexptteam.vscodeintellicode-insiders
vscjava.vscode-gradle
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
vscode-aws-console.vscode-aws-console
vscode-icons-team.vscode-icons
vscode-org-mode.org-mode
vscodevim.vim
vsls-contrib.codetour
vsls-contrib.gistfs
vsls-contrib.gitdoc
vue.volar
w8eight.oled-dark
waderyan.gitblame
wallabyjs.quokka-vscode
wayou.vscode-todo-highlight
wholroyd.jinja
william-voyek.vscode-nginx
wix.vscode-import-cost
wolfulus.rust-extension-pack
wowbox.code-debuger
wraith13.bracket-lens
wraith13.zoombar-vscode
wyattferguson.jinja2-snippet-kit
xyz.local-history
yamachu.targetframeworksswitcher
yamajyn.commandlist
ybaumes.highlight-trailing-white-spaces
ymotongpoo.licenser
ypresto.vscode-intelli-refactor
ysemeniuk.emmet-live
yzhang.markdown-all-in-one
zainchen.json
zakcodes.rust-snippets
zamerick.vscode-caddyfile-syntax
zerotaskx.rust-extension-pack
zhang-renyang.chat-gpt
zhangyue.rust-mod-generator
zignd.html-css-class-completion
ziyasal.vscode-open-in-github
zxh404.vscode-proto3