-
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
After updating Monaco Editor some Keybindings has collision for Java LS #14520
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Comments
musienko-maxim
added
the
kind/bug
Outline of a bug - must adhere to the bug report template.
label
Sep 12, 2019
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Sep 12, 2019
This was referenced Sep 12, 2019
Closed
@musienko-maxim I think this issue should be opened against the theia repo. |
tsmaeder
added
severity/P2
Has a minor but important impact to the usage or development of the system.
team/languages
and removed
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
labels
Sep 12, 2019
P2 because there is an easy workaround. |
This has nothing to do with Java: VS Code does not define any keybindings. |
I checked in theia master: go to def is f12, go to impl is <ctrl>f12 |
FWIW: I tried reproducing this but was not able to get che to work on minishift |
This was referenced Oct 17, 2019
Default keybinding was changed, so for now:
|
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Che version
Steps to reproduce
.out
) and invokeCtrl+F12
shortcutExpected result: The
Go to the definition
command should be invoked. The System class should be opened.Actual result: Looks like instead of
Go to definition
command is invokedGo to implementation
commandRuntime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
This problem can be depended on the Keybinding map, which has some duplicated Keybindings. See on screenshot. Also i supposed that this problem can be reproduced for other language servers because the KeyMap has other duplications.
The text was updated successfully, but these errors were encountered: