I want to change the text shown in my taskbar (panel), I always open more than one window and I would prefer the project name instead of the opened file name.
If that label in your desktop environment’s taskbar is just based on the window title (which it looks like is the case, and I’d wager is really the case), then you should modify your window.title setting in your settings.json file to be "${folderName}".
2
Answers
I found the solution.
Open settings: Menu
File -> Preferences -> Settings
Or Ctrl+,
Type: Window Title
Change to:
${dirty}${folderName}
If that label in your desktop environment’s taskbar is just based on the window title (which it looks like is the case, and I’d wager is really the case), then you should modify your
window.title
setting in your settings.json file to be"${folderName}"
.