Skip to content

TomChapple/vscode-read-only-indicator

 
 

Repository files navigation


Read-only Logo

What's new in Read-only Indicator 2

  • Clickable Status Bar indicator

Support

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.

Read-only Indicator

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.

Features

The indicator is automatically updated. You don't need to do anything.

File Access Status Bar Preview
Read-only Read-only
Writeable Writeable

Available commands

  • File Access: Change File Access
  • File Access: Make Read-only
  • File Access: Make Writeable

Available settings

  • 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"

License

MIT © Alessandro Fragnani

About

Read-Only Indicator Extension for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%