This extension adds a few useful features to your Macbook Pro's touch bar while you are working in VSCode.
Screen examples:
Settings example:
{
"touchBar.foldAll": true,
}
You can choose the buttons by adjusting the following settings. Please bear in mind the limit of 3-8 active buttons. More than that will break the layout and the buttons will be invisible.
You can disabled default VScode buttons for more space
{
"keyboard.touchbar.ignored": [
"play",
"workbench.action.debug.start",
"workbench.action.debug.run"
],
}
You can turn on/off every buttons or group
dark/light theme toggle