-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Clean up what notifications are shown when user opens Blazor project in VS Code #23832
Comments
@rynowak I assume you don't want to setup the additional steps for Blazor Wasm debugging right? Also, this only pops up once upon opening VSCode right? or are you saying that it pops up repeatedly/many times in the same session? @captainsafia what do you think about adding a "snooze"/ don't bother me anymore option that's cached? |
I believe this kind thing should only happen when you open VS Code. This message pops up when the O# extension does workspace discovery to determine what kinds of .NET projects you have (ref). We can implement some "show this only once for this VS Code instance" logic on the O# extension to resolve this issue. |
I did not do this, because I wasn't working with the Blazor project. I believe this repo has a Blazor WASM project that was created using one of the pre-releases, and some corresponding tasks.json stuff.
The notification kept coming back after I dismissed it, for a couple of minutes. |
I just ran into this will working on the aspnetcore repo. I had |
Per the mentioned issue above, now that we no longer require users to have the nightly JS debug extension, we can actually get rid of this additional setup warning all togehter. |
Commandeering this issue to address all notification related problems in VS Code:
@mkArtakMSFT Can we track this for RC1? Should be low-cost. |
A fix for this has been merged into the C# extension. |
Describe the bug
VS Code is showing me this notification many times after opening a repo.
To Reproduce
Unfortunately I cannot provide access to the repo. I opened VS code in the root of a git repository containing a bunch of .NET projects, and one of them is Blazor WASM.
I'd really prefer to see this when I try to launch/debug a Blazor WASM project or not at all. VS Code already has too much notification spam.
Further technical details
The text was updated successfully, but these errors were encountered: