dotnet / dotnet/vscode-csharp

Report generic project load or reload progress

Open
#6,675 0 comments 0 reactions 1 assignee Claimed by @dibarbet View on GitHub
Feature Request Project System
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

Today, there is no real indication of how much progress the server is making when loading projects. The most information is in the C# logs where we indicate when we've loaded a project.

 
We should add a mechanism on the server side that sends progress reports to the client on project loading.
The client can then use these reports to display a progress bar indicating what is happening and how far along we are in project load.

We can use this to also move automatic restore entirely server side (and report using the same progress mechanism).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.