Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(featured): Add featured list of CheTheia plug-ins to enable by default #778

Merged
merged 1 commit into from
Dec 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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