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

Merge Cohost feature branch into main #9786

Merged
merged 32 commits into from
Jan 5, 2024
Merged

Merge Cohost feature branch into main #9786

merged 32 commits into from
Jan 5, 2024

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    5819e8c View commit details
    Browse the repository at this point in the history
  2. Use primary constructor

    davidwengier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    93f886d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44a260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de081ab View commit details
    Browse the repository at this point in the history
  5. Use primary constructor

    davidwengier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    0755188 View commit details
    Browse the repository at this point in the history
  6. Create cohost endpoint

    davidwengier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d216f26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e6bd17 View commit details
    Browse the repository at this point in the history
  8. Move options retreival code out into the endpoints

    In some respects this is a temporary thing until we get proper options support in cohosting, but in other respects having the service just take the one option value it actually needs is much nicer
    davidwengier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    16615ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e9d0b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

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

Commits on Dec 25, 2023

  1. Updates after merge

    davidwengier committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    bf504f3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into features/cohost

    # Conflicts:
    #	eng/Versions.props
    davidwengier committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b9e9532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2fe27 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    18bc37c View commit details
    Browse the repository at this point in the history
  2. Don't publish document changes from the LSP server when cohosting is on

    This still leaves in place the text sync endpoints, and updates to the LSP servers
    project system, so that everything else functions as expected
    davidwengier committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4398c6a View commit details
    Browse the repository at this point in the history
  3. Prevent accidental regressions

    This also nicely lets us Find All Refs on the Cohost feature flag and see all of the code that can be deleted :)
    davidwengier committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    34f01cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ad08f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    350f67d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb37276 View commit details
    Browse the repository at this point in the history
  7. Port semantic tokens range endpoint to cohost server (#9761)

    Brings semantic tokens to cohosting, so there is an easy visual
    indicator if things are working.
    
    Right now colours are disco on first open of a file, but are fixed with
    an edit. This is actually a good thing, as it will help me diagnose and
    improve the document system in cohosting.
    davidwengier authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    be23375 View commit details
    Browse the repository at this point in the history
  8. Missed PR feedback

    davidwengier committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f922bc1 View commit details
    Browse the repository at this point in the history
  9. Add feature flag to disable the Razor LSP, leaving only cohosting (#9767

    )
    
    If nothing else, this cleans up the logs when trying to work out why
    your cohost endpoint isn't working :)
    davidwengier authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ed7eb9b View commit details
    Browse the repository at this point in the history
  10. Missed PR feedback from Semantic Tokens PR (#9769)

    Merged the PR from the couch thinking I'd actioned this feedback. Turned
    out I'd made the changes on my other machine but hadn't committed 🤦‍♂️
    davidwengier authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9f1a342 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. PR Feedback

    davidwengier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8f51c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d1c6f View commit details
    Browse the repository at this point in the history
  3. Move C# and Html document generation (ie, compilation) to the Cohost …

    …side of the world (#9766)
    
    In theory this means the end of document sync issues forever!
    
    In practice there is one fire-and-forget async method call here, from a
    sync context, so edge cases will still creep in. But all of this code
    should be deleted eventually anyway :D
    davidwengier authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2ded3ad View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

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

Commits on Jan 3, 2024

  1. Typo

    davidwengier committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    dd99886 View commit details
    Browse the repository at this point in the history
  2. Fix typo (#9779)

    PR feedback from a merged PR
    davidwengier authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8214697 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    90fe324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6d05d View commit details
    Browse the repository at this point in the history