vscode-projects-plus icon indicating copy to clipboard operation
vscode-projects-plus copied to clipboard

Use current project name in titlebar

Open evanre opened this issue 5 years ago • 2 comments

Hi, thanks for the awesome project manager. Is there a way to put a current project name in VS Code "Window: Title"? There is an exact option, and it allows to pass a string template. Here is my current template: ${rootPath}${separator}${activeEditorMedium}, it would be great to replace rootPath with something like projectName.

Thanks.

evanre avatar Jun 22 '19 23:06 evanre

No unfortunately VSCode doesn't expose any API that would allow us to implement this.

fabiospampinato avatar Jun 23 '19 00:06 fabiospampinato

I got it, thanks for the answer, I’ll stay on rootPath.

It’s the only way to see a real project name in window title. On my work we have a multi repository projects structure. Any project can have sub folders with git repos like: integration, www, newsletter etc.

evanre avatar Jun 24 '19 22:06 evanre