forked from eclipse-che/che-plugin-registry
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
che-theia-plugins.yaml
829 lines (829 loc) · 29.4 KB
/
che-theia-plugins.yaml
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
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
version: 1.0.0
plugins:
- repository:
url: 'https://github.com/DonJayamanne/gitHistoryVSCode'
revision: v0.6.14
extension: https://github.com/DonJayamanne/gitHistoryVSCode/releases/download/v0.6.14/githistory-0.6.14.vsix
- repository:
url: 'https://github.com/microsoft/vscode-pull-request-github'
revision: 0.21.1
aliases:
- ms-vscode/vscode-github-pullrequest
extension: https://github.com/microsoft/vscode-pull-request-github/releases/download/0.21.1/vscode-pull-request-github-0.21.1.vsix
- repository:
url: 'https://github.com/Microsoft/vscode-js-debug'
revision: v1.66.0
sidecar:
directory: node
name: jsdebug
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://open-vsx.org/api/ms-vscode/js-debug/1.66.0/file/ms-vscode.js-debug-1.66.0.vsix
- repository:
url: 'https://github.com/Microsoft/vscode'
revision: 1.49.3
directory: extensions/typescript-language-features
featured: true
aliases:
- che-incubator/typescript
sidecar:
directory: node
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://open-vsx.org/api/vscode/typescript-language-features/1.49.3/file/vscode.typescript-language-features-1.49.3.vsix
- repository:
url: 'https://github.com/bazelbuild/vscode-bazel'
revision: 0.3.0
sidecar:
directory: bazel
name: vscode-bazel
memoryLimit: 2Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: bazelcache
path: /home/theia/.cache/bazel
extension: https://github.com/bazelbuild/vscode-bazel/releases/download/0.3.0/vscode-bazel-0.3.0.vsix
- repository:
url: 'https://github.com/vuejs/vetur'
revision: v0.26.1
aliases:
- vuejs/vetur
sidecar:
directory: node
name: vetur
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/vuejs/vetur/releases/download/v0.26.1/vetur-0.26.1.vsix
- repository:
url: 'https://github.com/VSCodeVim/Vim'
revision: v1.16.0
extension: https://github.com/VSCodeVim/Vim/releases/download/v1.16.0/vim-1.16.0.vsix
- repository:
url: 'https://github.com/errata-ai/vale-vscode'
revision: v0.14.2
sidecar:
directory: vale
name: vscode-vale
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/v8130b13/vale-vscode-v0.14.2.vsix
- repository:
url: https://github.com/clangd/vscode-clangd
revision: c7f4a1b84fcc10d5b8241750cf2a84097ee4c37e
metaYaml:
skipIndex: true
sidecar:
directory: clang
name: cpp-plugins
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-clangd-0.1.5-562d00.vsix
- repository:
url: https://github.com/eclipse-cdt/cdt-gdb-vscode
revision: 2cbbb857a2acf0b2e46bab30e0cbbfb547514856
metaYaml:
skipIndex: true
sidecar:
directory: clang
name: cpp-plugins
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/cdt-gdb-vscode-0.0.91-2cbbb8.vsix
- repository:
url: 'https://github.com/eclipse-cdt/cdt-vscode'
revision: 2edfc3a3474bc7a732014e1a4631561b991f845a
featured: true
sidecar:
directory: clang
name: cpp-plugins
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/cdt-vscode-0.0.7-75cf95.vsix
- repository:
url: 'https://github.com/bmewburn/vscode-intelephense'
revision: v1.5.4
featured: true
sidecar:
directory: php
memoryLimit: 1Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-intelephense-client-1.5.4.vsix
- repository:
url: 'https://github.com/Microsoft/vscode-python'
revision: 2020.7.94776
featured: true
sidecar:
directory: python
name: vscode-python
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: venv
path: /home/theia/.venv
extension: https://github.com/microsoft/vscode-python/releases/download/2020.7.94776/ms-python-release.vsix
- repository:
url: 'https://github.com/asciidoctor/asciidoctor-vscode'
revision: v2.8.7
aliases:
- joaompinto/asciidoctor-vscode
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/v2249123/asciidoctor-vscode-v2.8.7.vsix
preferences:
asciidoc.use_asciidoctorpdf: true
sidecar:
directory: asciidoc
name: asciidoctor-vscode
memoryLimit: 128Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: documents
path: /documents
- repository:
url: 'https://github.com/eamodio/vscode-gitlens'
revision: v10.2.1
aliases:
- eamodio/vscode-gitlens
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/gitlens-10.2.1.vsix
- repository:
url: 'https://github.com/golang/vscode-go'
revision: v0.23.0
featured: true
sidecar:
directory: go
name: vscode-go
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
env:
- name: GOPATH
value: '/go:$(CHE_PROJECTS_ROOT)'
extension: https://github.com/golang/vscode-go/releases/download/v0.23.0/go-0.23.0.vsix
- repository:
url: 'https://github.com/dart-code/flutter'
revision: v3.14.1
sidecar:
directory: flutter
name: vscode-flutter
memoryLimit: 2Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/dart-code/flutter/releases/download/v3.14.1/flutter-3.14.1.vsix
metaYaml:
extraDependencies:
- redhat/vscode-yaml
- repository:
url: 'https://github.com/camel-tooling/vscode-camelk'
revision: 0.0.26
sidecar:
directory: camelk
name: vscode-camelk
memoryLimit: 1Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-camelk-0.0.26-336.vsix
- repository:
url: 'https://github.com/redhat-developer/vscode-microprofile'
revision: 174c77f51a57bf1cfadba8f78ad7072ce63baa1d
sidecar:
directory: java
name: vscode-microp
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: m2
path: /home/theia/.m2
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-microprofile-0.1.1-48.vsix
- id: redhat/vscode-quarkus
repository:
url: 'https://github.com/redhat-developer/vscode-quarkus'
revision: v1.7.0
aliases:
- redhat/quarkus-java11
preferences:
java.server.launchMode: Standard
sidecar:
directory: java
name: vscode-quarkus
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
volumeMounts:
- name: m2
path: /home/theia/.m2
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-quarkus-1.7.0-437.vsix
metaYaml:
skipDependencies:
- redhat/vscode-commons
extraDependencies:
- vscjava/vscode-java-debug
- vscjava/vscode-java-test
- id: redhat/quarkus-java8
repository:
url: 'https://github.com/redhat-developer/vscode-quarkus'
revision: v1.5.0
preferences:
java.server.launchMode: Standard
sidecar:
directory: java8
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
volumeMounts:
- name: m2
path: /home/theia/.m2
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-quarkus-1.5.0-324.vsix
skipDependencies:
- redhat/java
extraDependencies:
- redhat/java8
metaYaml:
skipDependencies:
- redhat/vscode-commons
extraDependencies:
- vscjava/vscode-java-debug
- vscjava/vscode-java-test
- repository:
url: 'https://github.com/camel-tooling/vscode-wsdl2rest'
revision: 0.0.11
sidecar:
directory: java8
memoryLimit: 256Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-wsdl2rest-0.0.11-106.vsix
deprecate:
automigrate: false
- repository:
url: 'https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension'
revision: 0.2.1
aliases:
- redhat/dependency-analytics
sidecar:
directory: dependency-analytics
name: dependency-analytics
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/releases/download/0.2.1/fabric8-analytics-0.2.1.vsix
- repository:
url: 'https://github.com/redhat-developer/vscode-tekton'
revision: v0.2.0
aliases:
- redhat/vscode-tekton
sidecar:
directory: tekton
name: vscode-tekton
memoryLimit: 384Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: kube
path: /home/theia/.kube
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-tekton-pipelines-0.2.0.vsix
metaYaml:
extraDependencies:
- ms-kubernetes-tools/vscode-kubernetes-tools
- repository:
url: 'https://github.com/redhat-developer/vscode-project-initializer'
revision: v0.0.10
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/project-initializer-0.0.10-582.vsix
- repository:
url: 'https://github.com/redhat-developer/vscode-openshift-tools'
revision: v0.2.11
sidecar:
directory: openshift-tooling
name: vscode-openshift-connector
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
volumeMounts:
- name: kube
path: /home/theia/.kube
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/va21efef/vscode-openshift-connector-v0.2.11.vsix
metaYaml:
extraDependencies:
- ms-kubernetes-tools/vscode-kubernetes-tools
- redhat/vscode-yaml
- repository:
url: 'https://github.com/redhat-developer/vscode-yaml'
revision: 0.14.0
featured: true
sidecar:
directory: node
name: vscode-yaml
memoryLimit: 256Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://open-vsx.org/api/redhat/vscode-yaml/0.14.0/file/redhat.vscode-yaml-0.14.0.vsix
- repository:
url: 'https://github.com/microsoft/vscode-java-test'
revision: 0.28.1
metaYaml:
skipIndex: true
sidecar:
directory: java
name: vscode-java
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
extension: https://open-vsx.org/api/vscjava/vscode-java-test/0.28.1/file/vscjava.vscode-java-test-0.28.1.vsix
- repository:
url: 'https://github.com/microsoft/vscode-java-debug'
revision: 0.26.0
metaYaml:
skipIndex: true
sidecar:
directory: java
name: vscode-java
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-java-debug-0.26.0.vsix
- id: redhat/java
repository:
url: 'https://github.com/redhat-developer/vscode-java'
revision: v0.82.0
featured: true
aliases:
- redhat/java11
preferences:
java.server.launchMode: Standard
sidecar:
directory: java
name: vscode-java
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
volumeMounts:
- name: m2
path: /home/theia/.m2
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/java-0.82.0-369.vsix
metaYaml:
extraDependencies:
- vscjava/vscode-java-debug
- vscjava/vscode-java-test
- id: redhat/java8
repository:
url: 'https://github.com/redhat-developer/vscode-java'
revision: v0.63.0
preferences:
java.server.launchMode: Standard
sidecar:
directory: java8
name: vscode-java
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 800m
cpuRequest: 30m
volumeMounts:
- name: m2
path: /home/theia/.m2
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/java-0.63.0-2222.vsix
metaYaml:
extraDependencies:
- vscjava/vscode-java-debug
- vscjava/vscode-java-test
- repository:
url: 'https://github.com/felixfbecker/vscode-php-debug'
revision: v1.13.0
aliases:
- felixfbecker/vscode-php-debug
- redhat/php-debugger
sidecar:
directory: php
name: php-debugger
memoryLimit: 256Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/php-debug-1.13.0.vsix
- repository:
url: 'https://github.com/windup/rhamt-vscode-extension'
revision: a03a76e372f70deaa68743e400a4e7e18e5eb221
aliases:
- redhat/mta
sidecar:
image: 'quay.io/windupeng/mta-vscode-extension:latest'
name: mta-extension
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
mountSources: true
volumeMounts:
- name: mta-vscode
path: /home/theia/mta/redhat.mta-vscode-extension
endpoints:
- name: configuration-endpoint
public: true
targetPort: 61436
attributes:
protocol: http
- name: report-endpoint
public: true
targetPort: 61435
attributes:
protocol: http
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/mta-vscode-extension-0.0.63-49.vsix
- repository:
url: 'https://github.com/camel-tooling/camel-lsp-client-vscode'
revision: 0.1.5
sidecar:
directory: java
name: vscode-apache-camel
memoryLimit: 768Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-apache-camel-0.1.5-1377.vsix
- repository:
url: 'https://github.com/redhat-developer/vscode-xml'
revision: 0.17.0
featured: true
sidecar:
directory: java
name: vscode-xml
memoryLimit: 768Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/v069c634/vscode-xml-0.17.0.vsix
- repository:
url: https://github.com/redhat-developer/vscode-didact
revision: 0.4.0
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-didact-0.4.0-309.vsix
- repository:
url: 'https://github.com/Azure/vscode-kubernetes-tools'
revision: 1.2.1
sidecar:
directory: kubernetes-tooling
name: vscode-kubernetes-tools
memoryLimit: 1Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-kubernetes-tools-1.2.1.vsix
- repository:
url: 'https://github.com/rogalmic/vscode-bash-debug'
revision: v0.3.9
extension: https://github.com/rogalmic/vscode-bash-debug/releases/download/untagged-78eaa7784342409ec2a3/bash-debug-0.3.9.vsix
- id: redhat-developer/netcoredbg-theia-plugin
repository:
url: 'https://github.com/redhat-developer/netcoredbg-theia-plugin'
revision: v0.0.3
sidecar:
directory: dotnet
name: theia-netcoredbg
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/netcoredbg-theia-plugin/releases/download/v0.0.3/netcoredbg_theia_plugin.theia
- id: redhat-developer/che-omnisharp-plugin
repository:
url: 'https://github.com/redhat-developer/omnisharp-theia-plugin'
revision: v0.0.6
sidecar:
directory: dotnet
name: theia-omnisharp
memoryLimit: 1Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: nuget
path: /home/theia/.nuget
extension: https://github.com/redhat-developer/omnisharp-theia-plugin/releases/download/v0.0.6/omnisharp_theia_plugin.theia
- repository:
url: 'https://github.com/muhammadsammy/free-omnisharp-vscode'
revision: 1.23.16
sidecar:
directory: dotnet
name: free-omnisharp
memoryLimit: 1G
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://open-vsx.org/api/muhammad-sammy/csharp/1.23.16/file/muhammad-sammy.csharp-1.23.16.vsix
- repository:
url: 'https://github.com/rust-lang/vscode-rust'
revision: v0.7.8
sidecar:
directory: rust
name: vscode-rust
memoryLimit: 1Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/rust-lang/vscode-rust/releases/download/v0.7.8/rust.vsix
- repository:
url: 'https://github.com/scala/vscode-scala-syntax'
revision: 0.5.3
metaYaml:
skipIndex: true
extension: https://github.com/scala/vscode-scala-syntax/releases/download/0.5.3/scala.vsix
- repository:
url: 'https://github.com/scalameta/metals-vscode'
revision: v1.11.1
sidecar:
directory: scala
name: vscode-metals
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: sbt
path: /home/theia/.sbt
- name: ivy2
path: /home/theia/.ivy2
- name: cache
path: /home/theia/.cache
extension: https://github.com/scalameta/metals-vscode/releases/download/v1.11.1/scalameta.metals-1.11.1.vsix
- repository:
url: 'https://github.com/SonarSource/sonarlint-vscode'
revision: 1.20.1
sidecar:
directory: sonarlint
name: vscode-sonarlint
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: m2
path: /home/theia/.m2
extension: https://github.com/SonarSource/sonarlint-vscode/releases/download/1.20.1/sonarlint-vscode-1.20.1.vsix
- repository:
url: 'https://bitbucket.org/atlassianlabs/atlascode'
revision: 2.8.6
extension: https://open-vsx.org/api/atlassian/atlascode/2.8.6/file/atlassian.atlascode-2.8.6.vsix
- repository:
url: 'https://github.com/eclipse/che-che4z-lsp-for-cobol'
revision: 0.19.0
directory: clients/cobol-lsp-vscode-extension/
sidecar:
directory: java
name: cobol-language-support
memoryLimit: 1Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
mountSources: true
env:
- name: ZOWE_CLI_HOME
value: /projects/.zowe
extension: https://open-vsx.org/api/BroadcomMFD/cobol-language-support/0.19.0/file/BroadcomMFD.cobol-language-support-0.19.0.vsix
- id: broadcommfd/debugger-for-mainframe/1.5.0
isClosedSource: true
repository:
url: 'https://github.com/BroadcomMFD/debugger-for-mainframe'
sidecar:
directory: java
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
name: debugger-for-mainframe
mountSources: true
extension: https://open-vsx.org/api/BroadcomMFD/debugger-for-mainframe/1.5.0/file/BroadcomMFD.debugger-for-mainframe-1.5.0.vsix
- repository:
url: 'https://github.com/eclipse/che-che4z-lsp-for-hlasm'
directory: clients/vscode-hlasmplugin/
revision: 0.13.0
extension: https://github.com/eclipse/che-che4z-lsp-for-hlasm/releases/download/0.13.0/hlasm-language-support-0.13.0-alpine.vsix
- repository:
url: 'https://github.com/eclipse/che-che4z-explorer-for-endevor'
revision: 1.1.1
extension: https://github.com/eclipse/che-che4z-explorer-for-endevor/releases/download/1.1.1/explorer-for-endevor-1.1.1.vsix
- repository:
url: 'https://github.com/zxh0/vscode-proto3'
revision: c4d9eeb54294e3cee86254261edf036901f29dec
aliases:
- zxh404/protobuf
sidecar:
directory: protobuf
name: vscode-proto3
memoryLimit: 256Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-proto3-0.4.2-c4d9ee.vsix
- repository:
url: 'https://github.com/timonwong/vscode-shellcheck'
revision: v0.13.2
preferences:
shellcheck.executablePath: /bin/shellcheck
sidecar:
directory: shellcheck
name: shellcheck
memoryLimit: 256Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/vf707df2/shellcheck-v0.13.2.vsix
- repository:
url: 'https://github.com/pizzafactory-contorno/vscode-libra-move/'
revision: v0.0.10-ddc0d3d
aliases:
- pizzafactory/vscode-libra-move
sidecar:
directory: java8
name: vscode-libra-move
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/pizzafactory-contorno/vscode-libra-move/releases/download/v0.0.10-ddc0d3d/vscode-libra-move-0.0.10.vsix
- repository:
url: 'https://github.com/PizzaFactory/xtend-ide-extensions/'
revision: v0.1.0
directory: xtend-vscode-extension/
sidecar:
directory: java8
name: vscode-xtend-lang
memoryLimit: 768Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/PizzaFactory/xtend-ide-extensions/releases/download/v0.1.0/xtend-lang-0.1.0.vsix
- repository:
url: 'https://github.com/PizzaFactory/xtext-ide-extensions/'
revision: v0.4.0
directory: xtext-vscode-extension/
sidecar:
directory: java8
name: vscode-xtext-lang
memoryLimit: 768Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/PizzaFactory/xtext-ide-extensions/releases/download/v0.4.0/xtext-lang-0.4.0.vsix
- repository:
url: 'https://github.com/MicroShed/mp-starter-vscode-ext'
revision: 0.2.0
aliases:
- microshed/mp-starter-vscode-ext
extension: https://github.com/MicroShed/mp-starter-vscode-ext/releases/download/0.2.0/mp-starter-vscode-ext-0.2.0.vsix
- id: dart-code/dart-code
repository:
url: 'https://github.com/gattytto/Dart-Code'
revision: v3.15.0-che
aliases:
- gattytto/dart-code
sidecar:
directory: dart
name: vscode-dart
memoryLimit: 2Gi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://github.com/gattytto/Dart-Code/releases/download/v3.15.0-che/dart-code-3.15.0-dev-realpathSync.vsix
metaYaml:
extraDependencies:
- redhat/vscode-yaml
- repository:
url: 'https://github.com/SebastianZaha/vscode-emacs-friendly'
revision: 660a6102103745f8e9e5affaa06a29e73ce9065e
extension: https://github.com/che-incubator/vscode-emacs-friendly/releases/download/0.9.0/lfs.vscode-emacs-friendly-0.9.0.vsix
- repository:
url: https://github.com/castwide/vscode-solargraph
revision: 212e76d
preferences:
solargraph.bundlerPath: /usr/local/bin/bundle
solargraph.commandPath: /usr/local/bundle/bin/solargraph
sidecar:
directory: ruby
name: vscode-ruby
memoryLimit: 1500Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
volumeMounts:
- name: solargraph
path: "/home/theia/.solargraph"
extension: https://open-vsx.org/api/castwide/solargraph/0.23.0/file/castwide.solargraph-0.23.0.vsix
- repository:
url: 'https://github.com/zowe/vscode-extension-for-zowe'
revision: v1.16.0
sidecar:
directory: node
name: zowe-explorer
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
env:
- name: ZOWE_CLI_HOME
value: /projects/.zowe
extension: https://github.com/eclipse/che-che4z/releases/download/v2.4.0/vscode-extension-for-zowe-1.16.0-che.vsix
- repository:
url: 'https://github.com/bash-lsp/bash-language-server'
revision: vscode-client-1.10.2
directory: vscode-client
aliases:
- mads-hartmann/bash-ide
extension: https://open-vsx.org/api/mads-hartmann/bash-ide-vscode/1.10.2/file/mads-hartmann.bash-ide-vscode-1.10.2.vsix
- repository:
url: 'https://github.com/prettier/prettier-vscode'
revision: v5.8.0
extension: https://open-vsx.org/api/esbenp/prettier-vscode/5.8.0/file/esbenp.prettier-vscode-5.8.0.vsix
- repository:
url: 'https://github.com/microsoft/vscode-eslint'
revision: 1e15d3495da89072d48cf583d48d92829f0c4b82
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/7.44-che-assets/vscode-eslint-2.1.1-1e15d3.vsix
- repository:
url: 'https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight'
revision: 'd4247b5feadd92d429d69a6b511f5ed0e1011895'
metaYaml:
skipIndex: true
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/vf278912/vscode-mermaid-syntax-highlight-d4247b5feadd92d429d69a6b511f5ed0e1011895.vsix
- repository:
url: 'https://github.com/mjbvz/vscode-markdown-mermaid'
revision: 1.9.2
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/vf278912/vscode-markdown-mermaid-1.9.2.vsix
metaYaml:
extraDependencies:
- bpruitt-goddard/mermaid-markdown-syntax-highlighting
- repository:
url: https://github.com/qjebbs/vscode-plantuml
revision: v2.14.0
sidecar:
directory: plantuml
name: vscode-plantuml
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://open-vsx.org/api/jebbs/plantuml/2.14.0/file/jebbs.plantuml-2.14.0.vsix
- repository:
url: https://github.com/redhat-developer/vscode-commons
revision: 021b0165bb5ba05e107ee7e31d1e59a7a73f473c
extension: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/releases/download/v608e3a2/redhat.vscode-commons-021b0165bb5ba05e107ee7e31d1e59a7a73f473c.vsix
- id: broadcommfd/ccf/0.4.0
isClosedSource: true
repository:
url: 'https://github.com/BroadcomMFD/cobol-control-flow'
extension: https://open-vsx.org/api/BroadcomMFD/ccf/0.4.0/file/BroadcomMFD.ccf-0.4.0.vsix
- repository:
url: 'https://github.com/4ops/vscode-language-terraform'
revision: v0.2.2
extension: 'https://disaster37.github.io/vscode-plugins/4ops.terraform-0.2.2.vsix'
- repository:
url: 'https://github.com/randomchance/vscode-logstash-configuration-syntax'
revision: '6e0573803a714e51c45ae44433471fcc759454d1'
extension: 'https://open-vsx.org/api/RandomChance/logstash/0.0.4/file/RandomChance.logstash-0.0.4.vsix'
- repository:
url: 'https://github.com/fbaligand/vscode-logstash-editor'
revision: 'v1.1.3'
extension: 'https://open-vsx.org/api/fbaligand/vscode-logstash-editor/1.1.3/file/fbaligand.vscode-logstash-editor-1.1.3.vsix'
- repository:
url: 'https://github.com/sgwozdz/jenkinsfile-support'
revision: '1.1.1'
extension: 'https://disaster37.github.io/vscode-plugins/ivory-lab.jenkinsfile-support-1.1.0.vsix'
- repository:
url: 'https://github.com/stylelint/vscode-stylelint'
revision: 'v0.86.0'
sidecar:
directory: node
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuLimit: 500m
cpuRequest: 30m
extension: https://open-vsx.org/api/stylelint/vscode-stylelint/0.86.0/file/stylelint.vscode-stylelint-0.86.0.vsix