1
0
Fork 0

Update VSCode titlebar style
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2023-05-15 12:53:46 +08:00
parent 2cbe4ec80f
commit d04435c9e4
No known key found for this signature in database
GPG Key ID: 36C99AADD44C83D2
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"window.autoDetectColorScheme": true,
"window.titleBarStyle": "custom",
"workbench.sideBar.location": "right",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.preferredLightColorTheme": "Solarized Light",
@ -61,6 +62,15 @@
"workbench.action.toggleSidebarVisibility",
],
},
{
"before": [
"<space>",
"$",
],
"commands": [
"workbench.action.terminal.focusTabs",
],
},
],
"redhat.telemetry.enabled": false,
"gitlens.statusBar.enabled": false,