Notifications not showing after VS Code update
See original GitHub issueFlutter notifications are not showing after updating VS Code to Version 1.32.1
.
Notifications working well with other languages and projects
Using Versions
- Flutter:
1.2.1
- Dart Code:
2.24.0
- Flutter VS Code Plugin:
2.24.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Notifications | Visual Studio Code Extension API
This notification appears after the user runs an Update version command. Notice that there are no additional actions and is purely informational.
Read more >VS code not being updated but only gives notification ... - GitHub
and when I click on Update Now , and restart ( note it never reopen automatically) and it again gives the same notifications...
Read more >Disabling Visual Studio Code update notification
Go to File > Preferences > Settings (or hit Ctrl - , ). Here two files will open. One is "Default Settings" and...
Read more >VSCode not showing success alert - Salesforce Stack Exchange
Now when I successfully deploy Salesforce apex code in VSCode, I only get the first alert to show the deployment is running. But...
Read more >Notifications and Progress for Visual Studio - Microsoft Learn
Learn about several ways to inform users what is happening in Visual Studio regarding their software development tasks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(v1.32.2 of VS Code is live and contains the fix)
Yep, if you specifically mean notifications for things like reload, then that is indeed #1518 - the problem is that hot reload isn’t working rather than the notifications. Notifications for things other than the debugging features that are broken should work fine.
Downgrading to 1.31 until the next VS Code release is the best option.