Is it possible to show the last folder in the title bar? If you have multiple instances of VS Code open, it is difficult to distinguish between them from the task bar. If both instances are open on say a file called 'main.ts', you will see 'main.ts' in the taskbar item.
Currently, the title would be [filename open] - [folder open]
(e.g main.ts - angular2-training
. Is it possible to invert them to become [folder open] - [filename open]
(e.g angular2-training - main.ts
?