-
Notifications
You must be signed in to change notification settings - Fork 440
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
Support for pasting a java file in the file explorer #3404
Support for pasting a java file in the file explorer #3404
Conversation
75f5b00
to
245657f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, but I have yet to test, and will look more closely at pasteFile
.
b8c9a89
to
794be54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, change looks good on this end is ready to merge. I just need to verify the language server part.
a268637
to
6f065cd
Compare
6f065cd
to
0b834cb
Compare
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
0b834cb
to
fed6d65
Compare
Addresses #3323
Introduces new keybinding and command for pasting a java file into the file explorer. Relies on delegate command introduced in eclipse-jdtls/eclipse.jdt.ls#2981.