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) case insenstive file system document sync #1697

Merged
merged 15 commits into from Nov 15, 2022

Commits on Oct 4, 2022

  1. map and set

    jasonlyu123 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    541f584 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. more

    jasonlyu123 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    63b13b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/sveltejs/language-tools i…

    …nto case-insenstive-doc-sync
    jasonlyu123 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5240144 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. test in linux

    jasonlyu123 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    131c013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa07b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    f4ec1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e0141 View commit details
    Browse the repository at this point in the history
  3. add update import test for casing changes

    to make I didn't break it later
    jasonlyu123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    ff40cfc View commit details
    Browse the repository at this point in the history
  4. format

    jasonlyu123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4dd3f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. more

    jasonlyu123 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    61d7569 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. ts plugin

    jasonlyu123 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1d39c51 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update packages/language-server/src/lib/documents/fileCollection.ts

    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    jasonlyu123 and dummdidumm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fb3b4bd View commit details
    Browse the repository at this point in the history
  2. use Set

    jasonlyu123 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3249d3e View commit details
    Browse the repository at this point in the history
  3. use Map directly in project files

    to be more clear on the intention
    jasonlyu123 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ce8d2b7 View commit details
    Browse the repository at this point in the history
  4. format

    jasonlyu123 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d6c6caf View commit details
    Browse the repository at this point in the history