vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

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

Open mklinkj opened this issue 1 year ago • 2 comments
trafficstars

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.

https://github.com/microsoft/vscode-java-debug/assets/96992046/a058c933-edf7-46b2-877b-e3976bbb318b

Current Result
Expected Result
  • The selected text should remain selected even when moving past the Debug Console display area.
Additional Informations

mklinkj avatar May 05 '24 19:05 mklinkj

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.

testforstephen avatar May 06 '24 05:05 testforstephen

@testforstephen hello.

Thank you for your comment.

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

  • https://github.com/microsoft/vscode/issues/212071

Have a nice day. šŸ‘

mklinkj avatar May 06 '24 07:05 mklinkj

@testforstephen Hello.

This issue doesn't appear in the current latest version (VSCode 1.101.2). It seems to have been resolved.

fp024 avatar Jul 01 '25 17:07 fp024

I think this issue is resolved now, so I'll close the issue. Thank you. šŸ‘

mklinkj avatar Jul 05 '25 21:07 mklinkj