Skip to content

Explore how to indicated read-only and deleted files open in editors more effectively #130526

Closed
@miguelsolorio

Description

@miguelsolorio

Summary

Currently when you open a file and it has been deleted or you open a read-only file, we append the text to the editor tab to indicate this:

CleanShot 2021-08-10 at 15 26 20@2x

This can get busy when you have a lot of tabs open, especially with long names. This issue aims to explore a few different ways that we can visualize this.

Concepts

Option A

One idea is to try and use different seti file icons for this and show the information via tooltip:

image

Alternatively, we could use codicons to display instead of seti:

image

Option B

We could use our info icon for read-only and error for deleted:

image

Option C

Or we simply rely on the decorators to indicate it, we'd need to figure out how to show read-only:

image

cc @bpasero

Metadata

Metadata

Labels

feature-requestRequest for new features or functionalityon-release-notesIssue/pull request mentioned in release noteson-testplanuxUser experience issuesworkbench-tabsVS Code editor tab issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions