Have cursor.sh show number unsaved information on icons on the right side

Would really be great if we could get the number of unsaved files as a bubble icon on top of the file icon and also the number of files modified on the version control icon, similar to VSCode! For example here in the image below, this is VSCode and it shows a number as to how many unsaved files there are and also the version control or extensions needed to be reloaded.

VSC for example (How the change would look like):
image

Would love to get everyone’s thoughts!
Thanks!

You can change to VSC’s own layout (which has the bubble icon) by changing the workbench.activityBar.orientation setting to vertical. From there, you can still switch to a horizontal layout by right-clicking on the activity bar.

1 Like