-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight modified tabs #26284
Comments
Perhaps now this change would be easy to implement thanks to the setting "workbench.colorCustomizations". Thanks a lot for your job. |
@javifm86 excuse me, could you tell me which option you choose to change the color of modified files in "workbench.colorCustomizations". I searchd "highlight_modified_tabs" and found this issue. |
@Charon3coins this thread is a feature-request. The option to change color for modified tab does not exist yet. |
@javifm86 thx (:D |
is this ever going to be implemented? I like the top of the tab to be colored, not just the little dot that changes to the "x" close button when you mouse of it. |
bump +1 |
... May 9, 2017 ... Bueller? |
Is there a workaround currently to highlight modified tabs? |
... April 2018 ... Bueller? |
+1 please |
+1 (or maybe +much more...) I find it incredibly annoying modified tabs aren't highlighted. I can hover over each tab and see if a dot or an x appears, but that requires extra work (and I might forget). Please you do extra work (I'll say thank you! :) so I don't have to! Mostly I like VSCode. It's become my everyday editor-of-choice. I'm tweaking it a lot, and numerous extensions (thank you extension writers!) - not highlighting dirty tabs is at the top of my "annoyances" list. Btw, one of the absolutely critical features was having a Portable Apps version - I'm moving almost exclusively to portable apps. Thank you, Gareth Flowers! |
+1 please |
+1 again |
1 similar comment
+1 again |
+1, please! 👍 |
+1, please! 👍 👍 👍 👍 👍 👍 👍 |
another vote here 👍 |
... one more ... |
+1 |
bump! This is a really simple UX win that many developers have come to expect way back from even Sublime times. Even atom has it easy to implement with custom stylesheet. |
+1 |
Workaround :
"vscode_custom_css.imports": ["file:///Users/whoami/.vscode/custom.css"],
.tab.dirty {
border-top: 2px solid #79a5d9;
}
|
The circle has little visibility. +1 |
Thanks to @usernamehw this is now in: New colors for theme authors:
Setting to enable this: There is currently no way to change any other styling if the tab is dirty. The change is limited to draw a 2px border on top of the tab. |
I'm curious why this is Closed when it's only partially implemented? I currently use the same plugin @qkdreyer mentioned above to modify the CSS for tabs, thus:
Why not simply allow custom CSS as originally requested? |
I kind of agree with @MartinFalatic. I prefer to change the colour of the circle inside the tab not a border colour. |
Hi,
I would like to include a setting for highlighting modified tabs. Just the circle is not enough clear (for me). In Sublime Text for example there is a setting:
"highlight_modified_tabs": true
Just adding a CSS like this:
When the setting is true.
Thanks a lot.
The text was updated successfully, but these errors were encountered: