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 server side support for refreshing source generated files #75939

Merged
merged 2 commits into from
Nov 16, 2024

Conversation

dibarbet
Copy link
Member

Client side PR - dotnet/vscode-csharp#7791

Implements support for refreshing source generated files provided by LSP. Refresh notifications are sent to the client based on workspace changes that may affect source generated files. To handle the overreporting of refresh notifications, I also implemented resultId based support in the get text handler - it will now avoid re-sending the entire text to the client if nothing has changed.

sg_refresh

@dibarbet dibarbet requested a review from a team as a code owner November 15, 2024 21:19
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 15, 2024
@dibarbet dibarbet merged commit 2ddf197 into dotnet:main Nov 16, 2024
25 checks passed
@dibarbet dibarbet deleted the refresh_sg branch November 16, 2024 00:34
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 16, 2024
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.

2 participants