- Clickable Status Bar indicator
Read-only Indicator is an open source extension created for Visual Studio Code. While being free and open source, if you find it useful, please consider supporting it.
|
|
|
It adds an area in the status bar, indicating if the file is read-only or writeable. It will be automatically updated, every time you open any file.
The indicator is automatically updated. You don't need to do anything.
| File Access | Status Bar Preview |
|---|---|
| Read-only | ![]() |
| Writeable | ![]() |
File Access: Change File AccessFile Access: Make Read-onlyFile Access: Make Writeable
-
Defines the position where the Status Bar indicator is located
"fileAccess.position": "left" // or "right"
-
Define how much information is displayed in the Status Bar indicator
"fileAccess.uiMode": "complete" // or "simple"
-
Set what to do when the Status Bar indicator is clicked
"fileAccess.indicatorAction": "choose" // or "toggle"
MIT © Alessandro Fragnani





