'How to remove Asterisk (*) symbol from unsaved window tab in Visual Studio IDE
I'm using Auto Save File extension for Visual Studio IDE 2022. I've set Time Delay to 1sec (like in VSCode). It works great! But flashing every second Asterisk (*) symbol really makes annoying.
How can I remove this symbol from current unsaved window tab?
P.S. I need it for web page 'Hot Reload'.
Solution 1:[1]
In older versions of Visual Studio I seem to remember that the Productivity Power Tool extension allowed you to change the 'dirty file' indicator but not remove it.
To be honest how much work would you loose in 1 second? I would set the auto save for every 5 mins maybe. I'm pretty sure there isn't a way to hide the dirty file indicator (how else would you know your file is dirty?).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Piers Myers |