mayerwin / vs-customize-window-title

Customize Visual Studio Window Title - Visual Studio Extension
https://marketplace.visualstudio.com/items?itemName=mayerwin.RenameVisualStudioWindowTitle
MIT License
108 stars 30 forks source link

Title not set in VS2019 title-bar #44

Closed tjgalama closed 5 years ago

tjgalama commented 5 years ago

I just installed VS2019 (16.0.1) with the plugin (v4.3.3). I noticed that the badge in the Windows task-bar has it's title set as configured. image

However, the title-bar of VS2019 seems to show the name of the solution only instead of the configured title. image

I suppose this has something to do with the new title location in VS2019, but I miss my configured title :-( (FYI: when I enable the plugin's debug mode everything look fine)

mayerwin commented 5 years ago

Yes, the new box on the right is not the window title, so it is normal the extension isn't modifying it. I don't know yet how this could be achieved (the space is also smaller than the title bar so it could be ugly if the modified text is longer).

tjgalama commented 5 years ago

It turns out that the title bar can be restored to it's original location. see https://stackoverflow.com/questions/53636350/re-enable-title-bar-in-visual-studio-2019 After that it works fine again !!