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

Copying code from CodeApprove adds extraneous line breaks #56

Open
mtlynch opened this issue Sep 6, 2022 · 3 comments
Open

Copying code from CodeApprove adds extraneous line breaks #56

mtlynch opened this issue Sep 6, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@mtlynch
Copy link

mtlynch commented Sep 6, 2022

If I copy the following code from a CodeApprove diff:

  pip:
    # Ensure cryptography is installed into the global Python environment, even
    # when Ansible is running from within a Python virtual environment.

When I paste the text, it has extra newlines:

  pip:

    # Ensure cryptography is installed into the global Python environment, even

    # when Ansible is running from within a Python virtual environment.
@samatcodeapprove samatcodeapprove added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Sep 10, 2022
@samatcodeapprove
Copy link

This bug is fixed in today's release.

@mtlynch
Copy link
Author

mtlynch commented Mar 1, 2023

@samatcodeapprove - I'm still seeing the extra newlines.

I'm on a Windows 10 system if that matters. But for example, on this PR: https://codeapprove.com/pr/tiny-pilot/tinypilot/1296?head=86fae61abb9502fe87d487c6f9da5abd7416c272

Any lines I copy, when I paste them to Notepad or VS Code, I see extra newlines on every line.

@samatcodeapprove
Copy link

samatcodeapprove commented Mar 1, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants