Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project Title BarNew to Visual Studio Code? Get it now.
Project Title Bar

Project Title Bar

Isitup

|
2 installs
| (1) | Free
Shows current project name in the status bar next to the Remote indicator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project Title Bar

Shows the current project (workspace root) name in the VS Code status bar, right after the "Open Remote Window" (><) button.

Installation

Option A — install from folder (development mode)

  1. Copy the project-title-bar folder to:
    • Windows: %USERPROFILE%\.vscode\extensions\
    • macOS/Linux: ~/.vscode/extensions/
  2. Restart VS Code.

Option B — package as .vsix

npm install -g @vscode/vsce
cd project-title-bar
vsce package
code --install-extension project-title-bar-1.0.0.vsix

Settings

Setting Default Description
projectTitleBar.prefix "" Text/emoji before the project name, e.g. "📁 "
projectTitleBar.color "" Color of the text, e.g. "#ffcc00"

Example settings.json:

{
  "projectTitleBar.prefix": "📁 ",
  "projectTitleBar.color": "#ffcc00"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft