-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show multi-root workspace warning as progress instead (#2879)
### Motivation We noticed that the warning for multi-root workspaces is sometimes ignored by users. The problem is that if you don't click anything, the LSP will never start because the promise is never resolved. Let's show the warning under a timer and auto-dismiss so that the behaviour is less confusing. ### Implementation I put the same warning inside a progress notification that auto-dismisses under 5 seconds.
- Loading branch information
Showing
1 changed file
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters