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

Initial cohost server implementation #9674

Merged
merged 26 commits into from
Jan 4, 2024

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    13777bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c82b15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bfa9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e170ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4c1d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    110f341 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d962d5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4bb930 View commit details
    Browse the repository at this point in the history
  9. Implement didOpen and didChange for Cohost server

    We need these for now, so that our DocumentVersionCache and DocumentContextFactory etc. work as expected. In the long run these might be unnecessary, as we get everything from Roslyn.
    davidwengier committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7fe9de3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cddc8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9797f66 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add didClose handler

    Forgot this one
    davidwengier committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    25bce1b View commit details
    Browse the repository at this point in the history
  2. Mark services as Shared

    davidwengier committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    037a324 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    21c1de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a511a7e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    f6383f8 View commit details
    Browse the repository at this point in the history
  2. Skip test

    davidwengier committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    cdd45cb View commit details
    Browse the repository at this point in the history
  3. Fix test

    davidwengier committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1f2587b View commit details
    Browse the repository at this point in the history
  4. Bump more roslyns

    davidwengier committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6d54a59 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    7e8f4e5 View commit details
    Browse the repository at this point in the history
  2. Updates after merge

    davidwengier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    8d1e4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1754741 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    82356eb View commit details
    Browse the repository at this point in the history
  2. Fix merge

    davidwengier committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    463f869 View commit details
    Browse the repository at this point in the history