alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.87k stars 222 forks source link

Add Proj name to window title #705

Closed mrx23dot closed 10 months ago

mrx23dot commented 10 months ago

Type: Feature Request

In case I have multiple windows of VScode open all I see is:

file.c [admin]
file2.c [admin] 

in task manager, no idea which project they belong to.

Extension version: 12.7.0 VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z) OS version: Windows_NT x64 10.0.19045 Modes: Sandboxed: No

alefragnani commented 10 months ago

Hi @mrx23dot ,

In order to this to be supported, it would be necessary to VS Code support more variables in window.title setting, but unfortunately, this is was considered out-of-scope a few year ago (ref #98). So, I'm sorry to say but can't be made.

Personally, I use "${rootPath}${separator}${appName}" on my window.title setting

Hope this helps

mrx23dot commented 10 months ago

Thank you! ${rootName} is closest for project name. It's crazy that VScode doesn't care much about project structure, just offers disposable workspaces.