Can I dynamically add a number to vscode extension's panel webview container title?

Viewed 29

Basically exactly how a number appears next to the Problems panel title depending on # of problems in your workspace, I would like the same behavior for a custom webview view container I have contributed to the panel (based on a number that can dynamically change during my extention's use). Is this possible with currently provided vscode extension API's?

e.g. problems with number

0 Answers
Related