vscode-projects-plus
vscode-projects-plus copied to clipboard
Use current project name in titlebar
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.
No unfortunately VSCode doesn't expose any API that would allow us to implement this.
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.