Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 910 Bytes

Active File In Status Bar

Visual Studio Code extension for showing the full path of the currently active file in the status bar.

ActiveFileInStatusBar in action

Install

Install ActiveFileInStatusBar directly from the Visual Studio Code extension gallery.

Options

// Enable/Disable ActiveFileInStatusBar
"ActiveFileInStatusBar.enable": true,
// Show fullpath or relative path in status bar.
"ActiveFileInStatusBar.fullpath": true,
// Reveal the active file in the file system.
"ActiveFileInStatusBar.revealFile": false,
// Set text color for the filename in the status bar.
"ActiveFileInStatusBar.color": "",

Contribute

See ActiveFileInStatusBar's github page