-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[regression]Failed to run the "vscode-xml" plugin because of absence of the "redhat.vscode-commons" dependency #20094
Comments
Looks like related to the #19361 |
Probably need to update vscode-xml to 0.17.0 where the dependency to vscode-commons was removed redhat-developer/vscode-xml#503 |
using 0.17.0 might cause troubles because it requires vscode-languageclient 7.0.0 (compared to 0.16.1 which requires 5.2.1). It means that it requires VS Code API 1.52.0 which is not yet supported. Even if it is not what is mentioned in the vscode-xml package.json |
Where si played this test https://github.com/eclipse/che/blob/main/tests/e2e/tests/plugins/VscodeXmlPlugin.spec.ts ? Any ideas why it has not failed the build? |
|
Describe the bug
Failed to run the "vscode-xml" plugin because of absence of the "redhat.vscode-commons" dependency
Che version
Steps to reproduce
Expected behavior
The "vscode-xml" plugin activated and ready to work
Observed behavior
Activation of the "vscode-xml" plugin has been failed.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: