Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code File change indicator

Tags:

vs-code

Not sure when it stopped but VS Code is not displaying little red circle on file explorer icon when you change files.

Can you please help? I re-installed VS code but didnt help.

No indicator

like image 965
irakli dzigrashvili Avatar asked Sep 14 '26 23:09

irakli dzigrashvili


1 Answers

You must have the Auto Save feature enabled, if enabled then every change will be saved after a delay hence no need to display an indicator.

You can disable the Auto Save feature by unticking File \ Auto Save.

like image 122
MaYaN Avatar answered Sep 16 '26 21:09

MaYaN