Visual Studio Code extension for showing the full path of the currently active file in the status bar.
Install ActiveFileInStatusBar directly from the Visual Studio Code extension gallery.
// 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": "",
See ActiveFileInStatusBar's github page