Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cohost Spell Check #10825

Merged
merged 9 commits into from
Sep 6, 2024
Merged

Cohost Spell Check #10825

merged 9 commits into from
Sep 6, 2024

Conversation

davidwengier
Copy link
Member

Needs dotnet/roslyn#74978
Fixes #10746
Part of #9519

Copy link
Member

@maryamariyan maryamariyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. (CI is failing due to a missing assembly reference in RemoteCSharpSpellCheckService,cs

@davidwengier
Copy link
Member Author

To be in line with semantic tokens, which works in a very similar style to this, I think I'll rename ICSharpSpellCheckService to ICSharpSpellCheckRangeProvider. Better indication of what it does and how it fits in.

@DustinCampbell
Copy link
Member

LGTM. (CI is failing due to a missing assembly reference in RemoteCSharpSpellCheckService,cs

CI is failing because this requires a Roslyn update (the one @davidwengier mentioned in his PR description above).

Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change generally looks good! I noted a few questions/comments.

Copy link
Contributor

@alexgav alexgav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@davidwengier davidwengier requested a review from a team as a code owner September 6, 2024 01:51
# Conflicts:
#	eng/targets/Services.props
#	src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Remote/RazorServices.cs
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port SpellCheck endpoint to cohosting
5 participants