Color tabs based on directory #135175
Labels
feature-request
Request for new features or functionality
themes
Color theme issues
workbench-tabs
VS Code editor tab issues
Milestone
Problem: forgetting your folder
When editing a workspace that has very different directories, such as
client
andserver
, it's easy to accidentally write insecure code if you think you're in client when you're in server.Solution: Assign a color to a directory/folder in project and color the tab/file everywhere
Right click on a folder and click 'color directory'. This adds a line to your
settings.json
:The tab's / file's color will be shown in explorer, git diff, the tab on top, ctrl-tab, and command-p.
See also
The text was updated successfully, but these errors were encountered: