Skip to content

Cohost Spell Check#10825

Merged
davidwengier merged 9 commits intodotnet:mainfrom
davidwengier:CohostSpellCheck
Sep 6, 2024
Merged

Cohost Spell Check#10825
davidwengier merged 9 commits intodotnet:mainfrom
davidwengier:CohostSpellCheck

Conversation

@davidwengier
Copy link
Member

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

Copy link
Contributor

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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