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
Multi Cursor Paste is not working under the Red Hat copy paste extensions. Works without the extensions (or on startup when the extenion is not ready yet)
Environment
Operating System: macOS Ventura 13.4
JDK version: temurin-17
Visual Studio Code version: 1.79.1
Java extension version: v1.19.0
Steps To Reproduce
Make sure to have the default Multi Cursor Paste spread enabled
Copy text with multi cursor in a java project
Paste it.
Current Result
Multi Cursor Paste Spread setting gets ignored
Expected Result
Multi Cursor Paste Spread doesn't get ignored
The text was updated successfully, but these errors were encountered:
I wasn't able to reproduce this issue . However, we recently fixed a few issues with the custom paste support provided in the Java extension. Instead of the extension contributing a (noop) regular paste when there's nothing to do, we delegate back to the client.
Are you able to reproduce this multi-cursor paste issue with vscode-java 1.26.0 ? The new release came out today.
Multi Cursor Paste is not working under the Red Hat copy paste extensions. Works without the extensions (or on startup when the extenion is not ready yet)
Environment
Steps To Reproduce
Current Result
Multi Cursor Paste Spread setting gets ignored
Expected Result
Multi Cursor Paste Spread doesn't get ignored
The text was updated successfully, but these errors were encountered: