Shortly
How to add custom buttons for commands in VSCode
?
Detailed
It's been a while since many users of VSCode
/VSCodium
wanted to have something like a common toolbar (for example, see this issue being in top-10 most commented issues). The most recent and usable solution I've found so far is this Shortcut Menu Bar extension. But it lacks some custom options like the number of seen icons, positioning, etc.
Also, Commands extension addresses similar problem and provides solution with help of Activity Bar
and/or Status bar
but it's not a classic toolbar I'm looking for.
The official VSCode
docs lists a number of menus which can be contributed by a extension writers, but I genuinely can't comprehend what menu corresponds to this area of VSCode
.