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

Add LSP handler for copilot related documents #74918

Merged
merged 13 commits into from
Aug 28, 2024

Conversation

CyrusNajmabadi
Copy link
Member

@CyrusNajmabadi CyrusNajmabadi commented Aug 27, 2024

Followup to #74906.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 27, 2024
@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review August 28, 2024 04:00
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner August 28, 2024 04:00
@CyrusNajmabadi
Copy link
Member Author

@dibarbet @genlu this is ready for review.

public bool MutatesSolutionState => false;
public bool RequiresLSPSolution => true;

private static async Task<(Checksum parseOptionsChecksum, Checksum textChecksum)> ComputeChecksumsAsync(Document document, CancellationToken cancellationToken)
Copy link
Member

Choose a reason for hiding this comment

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

Is this endpoint invoked as part of a specific user action, or is the client polling us?

Copy link
Member Author

Choose a reason for hiding this comment

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

client polling i believe.

@CyrusNajmabadi
Copy link
Member Author

@genlu @dibarbet ptal :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants