You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While programming Java with vscode, after upgrading the "Language Support for Java(TM) by Red Hat" to version 1.30.0, the copy and paste functions do not work. I downgraded to 1.29.0 just in case, and it works properly. Could this be a bug?
Environment
Operating System: Windows 10 Pro / 22H2 / 19045.4291
JDK version: zulu-17
Visual Studio Code version: 1.81.1
Java extension version: 1.30.0
Steps To Reproduce
Copy text with ctrl + c
Paste text with ctrl + v
No response to paste
When downgrading the Java extension version to 1.29.0, it works properly.
[Please attach a sample project reproducing the error] Please attach logs
Current Result
Expected Result
Additional Informations
When downgrading the Java extension version to 1.29.0, it works properly.
The text was updated successfully, but these errors were encountered:
I'm able to reproduce this as well with VS Code 1.81.1 . The Paste API (still experimental) was updated in 1.88.0 and it broke being able to use < 1.29.0 of our extension with VS Code >= 1.88.0. We fixed it in 1.30.0 but didn't make it backwards compatible. I did confirm regular copy/paste would work as usual (without the auto-import/auto-escape behaviour).
Definitely a bug though.
Update(s):
Temporary workaround if you wish to be on 1.81.1 (1.82.0 or newer don't seem to have this specific problem) :
"[java]": {
"editor.pasteAs.enabled": false
}
The behaviour is not the same on all version. Using the 1.30.0 extension on different VS Code versions with editor.pasteAs.enabled enabled :
1.88.0 : smart paste works 1.87.2 : no smart paste, but regular paste still works
... (all versions in between exhibit same behaviour, regular paste still works) 1.82.0 : no smart paste, but regular paste still works 1.81.1: no smart paste, no regular paste
While programming Java with vscode, after upgrading the "Language Support for Java(TM) by Red Hat" to version 1.30.0, the copy and paste functions do not work. I downgraded to 1.29.0 just in case, and it works properly. Could this be a bug?
Environment
Steps To Reproduce
[Please attach a sample project reproducing the error]
Please attach logs
Current Result
Expected Result
Additional Informations
When downgrading the Java extension version to 1.29.0, it works properly.
The text was updated successfully, but these errors were encountered: