Visual Studio Code extension for showing the full path of the currently active file in the status bar.
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,