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

Temporarily remove some plugins where vsix files are missing #823

Merged
merged 2 commits into from
Feb 1, 2021
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
28 changes: 1 addition & 27 deletions che-theia-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,20 +135,6 @@ plugins:
value: /go:$(CHE_PROJECTS_ROOT)
extensions:
- https://github.com/golang/vscode-go/releases/download/v0.16.1/go-0.16.1.vsix
- repository:
url: https://github.com/haskell/vscode-haskell
revision: 1.1.0
featured: true
aliases:
- haskell/vscode-haskell
sidecar:
directory: haskell
name: vscode-haskell
memoryLimit: 3072Mi
extensions:
- https://open-vsx.org/api/haskell/haskell/1.1.0/file/haskell.haskell-1.1.0.vsix
- https://open-vsx.org/api/justusadam/language-haskell/3.3.0/file/justusadam.language-haskell-3.3.0.vsix
- https://open-vsx.org/api/gattytto/phoityne-vscode/0.0.28/file/gattytto.phoityne-vscode-0.0.28.vsix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if we could just disable phoityne-vscode. Not sure what is the impact.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't contribute this plugin so I don't know. Better remove it and we can add it back later.

- repository:
url: https://github.com/dart-code/flutter
revision: v3.14.1
Expand Down Expand Up @@ -375,7 +361,7 @@ plugins:
url: https://github.com/rogalmic/vscode-bash-debug
revision: v0.3.9
extensions:
- https://open-vsx.org/api/rogalmic/bash-debug/0.3.9/file/rogalmic.bash-debug-0.3.9.vsix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 👍

- 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
Expand Down Expand Up @@ -554,18 +540,6 @@ plugins:
revision: 660a6102103745f8e9e5affaa06a29e73ce9065e
extensions:
- 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
sidecar:
directory: ruby
name: vscode-ruby
memoryLimit: "1500Mi"
volumeMounts:
- name: solargraph
path: "/home/theia/.solargraph"
extensions:
- https://open-vsx.org/api/castwide/solargraph/0.22.0/file/castwide.solargraph-0.22.0.vsix
- repository:
url: https://github.com/zowe/vscode-extension-for-zowe
revision: v1.11.0
Expand Down