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

Copy action in debug console is inserting empty lines between each line #62785

Closed
apupier opened this issue Nov 8, 2018 · 3 comments · Fixed by #62823
Closed

Copy action in debug console is inserting empty lines between each line #62785

apupier opened this issue Nov 8, 2018 · 3 comments · Fixed by #62823
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@apupier
Copy link
Contributor

apupier commented Nov 8, 2018

  • VSCode Version: 1.28.2 (user setup)
  • OS Version: Windows 10

Steps to Reproduce:

  1. right-click in terminal, "Copy all"
  2. paste it in notepad for instance
    it occurs also when creating a new file in VS Code and pasting in it.

you can se the terminal log without empty lines at the bottom and the pasted content in the editor
image

Does this issue occur when all extensions are disabled?: Yes/No

@vscodebot
Copy link

vscodebot bot commented Nov 8, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Nov 8, 2018
@apupier
Copy link
Contributor Author

apupier commented Nov 8, 2018

this is not a duplicated of the mentioned issue

@leonm1
Copy link
Contributor

leonm1 commented Nov 8, 2018

This bug only seems to happen in the Debug Console, not the integrated terminal.

Was not able to reproduce on Arch Linux, but I could repro on Windows 10.

leonm1 added a commit to leonm1/vscode that referenced this issue Nov 9, 2018
@chrmarti chrmarti added debug-console and removed terminal Integrated terminal issues labels Nov 9, 2018
@chrmarti chrmarti changed the title Copy action in terminal is inserting empty lines between each line Copy action in debug console is inserting empty lines between each line Nov 9, 2018
@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Nov 9, 2018
@isidorn isidorn added this to the November 2018 milestone Nov 9, 2018
isidorn added a commit that referenced this issue Nov 9, 2018
Fix #62785 empty lines in debug console copyAll
@mjbvz mjbvz added the verified Verification succeeded label Dec 5, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants