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

Fix LF line-ending auto format bug #10802

Merged
merged 12 commits into from
Sep 4, 2024
Merged

Commits on Aug 27, 2024

  1. Implemented a line normalization function that prevents the language …

    …server from sending /r to LF line ending docs
    jordi1215 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e97ad73 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. improved the line ending normalization where we only delete the \r an…

    …d keep everything else intact in the text edit. Added test cases
    jordi1215 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7cca6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edea7fe View commit details
    Browse the repository at this point in the history
  3. Iterate through text.Lines to count line ending. Moved HasLFLineEndin…

    …gs to SourceTextExtensions
    jordi1215 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1c7e136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ef7de5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e8e056 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    c04f865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc6961 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. merge with main

    jordi1215 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    053f412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624e5d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95d7a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b445345 View commit details
    Browse the repository at this point in the history