Annoying restart notification
See original GitHub issueIs this notification supposed to be shown every time after the extension is updated and vscode already restarted? Is there a real need for second restart? Is there anyone who really bother about this? How can I disable this notification?
I have already set
"material-icon-theme.showWelcomeMessage": false,
"material-icon-theme.showUpdateMessage": false,
in my config.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Annoying restart notification. - Samsung Community - 490110
1 Solution · From your home screen swipe down from the top of your screen (were your clock, service provider and battery info...
Read more >[Tip] Disable Annoying Startup Notification Sound When You ...
This article contains solution to fix annoying startup notification sound issue which occurs when you restart your Samsung smartphone.
Read more >How to disable update restart notifications on Windows 10
How to disable Windows Update restart notifications using Group Policy · Open Start. · Search for gpedit. · Browse to the following path:...
Read more >Anybody else getting an annoying notification to restart the ...
Anybody else getting an annoying notification to restart the phone? Happens every few days. How can I disable this notification?
Read more >Prevent "Notification" to schedule restart from stealing focus
1. Press Windows key + I key and click on System. · 2. Click on Notifications & action in left panel. · 3....
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
@KillyMXI Yes, this is already implemented. If no changes to the icons are required, then the extension will not prompt you to reload the window.
With the next update the configuration
material-icon-theme.showUpdateMessage
will be set tofalse
by default. So there’s no notification anymore that asks the user if he wants to read the changelog. If desired, the option can be set totrue
.Additionally you can now completely disable the restart message with the following configuration:
From my side I would not recommend to disable the restart message because your icons may look different after an update (because of the default configurations). But anyways, if the notifications interrupt your workflow then you can now disable all notifications from my extension.