Skip to content

Commit

Permalink
feat(featured): Add featured list of CheTheia plug-ins to enable by d…
Browse files Browse the repository at this point in the history
…efault

Change-Id: Idab40e254c4709e5ed0c849ead1d9e5e826f4ddb
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Dec 22, 2020
1 parent 735d462 commit 819fa69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions che-theia-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ plugins:
url: https://github.com/Microsoft/vscode
revision: 1.49.3
directory: extensions/typescript-language-features
featured: true
aliases:
- che-incubator/typescript
sidecar:
Expand Down Expand Up @@ -68,6 +69,7 @@ plugins:
- repository:
url: https://github.com/eclipse-cdt/cdt-vscode
revision: 2edfc3a3474bc7a732014e1a4631561b991f845a
featured: true
sidecar:
directory: clang
name: cpp-plugins
Expand All @@ -79,6 +81,7 @@ plugins:
- repository:
url: https://github.com/bmewburn/vscode-intelephense
revision: v1.5.4
featured: true
sidecar:
directory: php
memoryLimit: "1000Mi"
Expand All @@ -87,6 +90,7 @@ plugins:
- repository:
url: https://github.com/Microsoft/vscode-python
revision: 2020.7.94776
featured: true
sidecar:
directory: python
name: vscode-python
Expand All @@ -108,6 +112,7 @@ plugins:
- repository:
url: https://github.com/golang/vscode-go
revision: v0.16.1
featured: true
sidecar:
directory: go
name: vscode-go
Expand All @@ -120,6 +125,7 @@ plugins:
- repository:
url: https://github.com/haskell/vscode-haskell
revision: 1.1.0
featured: true
aliases:
- haskell/vscode-haskell
sidecar:
Expand Down Expand Up @@ -241,6 +247,7 @@ plugins:
- repository:
url: https://github.com/redhat-developer/vscode-yaml
revision: 0.11.1
featured: true
sidecar:
directory: node
name: vscode-yaml
Expand All @@ -251,6 +258,7 @@ plugins:
repository:
url: https://github.com/redhat-developer/vscode-java
revision: v0.69.0
featured: true
aliases:
- redhat/java
sidecar:
Expand Down Expand Up @@ -328,6 +336,7 @@ plugins:
- repository:
url: https://github.com/redhat-developer/vscode-xml
revision: 0.13.0
featured: true
sidecar:
directory: java
name: vscode-xml
Expand Down

0 comments on commit 819fa69

Please sign in to comment.