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

feat: lsp-progress #2649

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Anakael
Copy link
Contributor

@Anakael Anakael commented Jan 20, 2025

Resolves #2507

Example:
image

string projectPath = (string)args;
IWorkDoneObserver projectObserver = _server.WorkDoneManager
.Create(new WorkDoneProgressBegin { Title = $"Loading {projectPath}" })
.GetAwaiter()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can we change signature to async here?

@JoeRobich JoeRobich self-requested a review January 24, 2025 00:27
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.

[LSP] Feature request: Progress support
1 participant