Skip to content
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

Text selection issues in Debug Console when the screen is turned over #1477

Open
mklinkj opened this issue May 5, 2024 · 2 comments
Open
Labels

Comments

@mklinkj
Copy link

mklinkj commented May 5, 2024

Environment
  • Operating System: Windows 11
  • JDK version: 17
  • Visual Studio Code version: 1.89.0
  • Java extension version: 1.30.0
  • Java Debugger extension version: 0.57.0
Steps To Reproduce

Hello.

I’m trying to copy the text output in the Debug Console using the mouse, but when the screen passes the Debug Console display area, the selected items are removed.

debug-console-text-select.mp4
Current Result
Expected Result
  • The selected text should remain selected even when moving past the Debug Console display area.
Additional Informations
@testforstephen
Copy link
Contributor

The selection behavior is controlled by VS Code itself, not by Java Debugger. Could you mind opening an issue to VS Code repo https://github.com/microsoft/vscode/issues? thanks.

@mklinkj
Copy link
Author

mklinkj commented May 6, 2024

@testforstephen hello.

Thank you for your comment.

I've registered it as an issue on the vscode gitrepo as you suggested.

Have a nice day. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants