☕️ Buy Me a Coffee - YooMoney
This extension adds a few useful features to your Macbook Pro's touch bar while you are working in VSCode.
Screen examples:
Settings example [1]:
{
"touchBar.foldAll": true
}
Settings example [2]:
{
"touchBar.foldAll": false,
"touchBar.rename": false,
"touchBar.copyLinesDownAction": false,
"touchBar.toggleZenMode": false,
"touchBar.closeOtherEditors": false,
"touchBar.dayTheme": "Visual Studio Light",
"touchBar.nightTheme": "Community Material Theme Darker High Contrast"
}
Settings example [3]:
{
"keyboard.touchbar.ignored": [
"play",
"workbench.action.debug.start",
"workbench.action.debug.run",
],
"touchBar.foldAll": false,
"touchBar.rename": false,
"touchBar.copyLinesDownAction": false,
"touchBar.closeOtherEditors": false,
}
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",
"workbench.action.navigateBack",
"workbench.action.navigateForward",
],
}
You can turn on/off every buttons or group
Settings | Properties | Default value | Type |
---|---|---|---|
touchBar.dayTheme | touchBar.dayTheme | Visual Studio Light | String |
touchBar.nightTheme | touchBar.nightTheme | Visual Studio Dark | String |