vscode-java-debug
vscode-java-debug copied to clipboard
Text selection issues in Debug Console when the screen is turned over
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
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 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. š
@testforstephen Hello.
This issue doesn't appear in the current latest version (VSCode 1.101.2). It seems to have been resolved.
I think this issue is resolved now, so I'll close the issue. Thank you. š