Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 725 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 725 Bytes

Status Bar Tag

Visual Studio Code extension for adding a tag in status bar to describe the project.

StatusBarTag in action

Install

Install StatusBarTag directly from the Visual Studio Code extension gallery.

Usage

  • Use the Workbench Settings
  • Add the following line

"StatusBarTag.text": "project"

Options

// Enable/Disable StatusBarTag
"StatusBarTag.enable": true,
// The tag text.
"StatusBarTag.text": "project",

Github

https://github.com/string-lzc/status-bar-tag