/
githubmirror
/
gpt-pilot
Обзор
Документация
Войти
/
githubmirror
/
gpt-pilot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cloud/settings.json
27 строк
1 KB
MarkoBosnjak1
Remove startup editor, resource heavy code server
23 июл 2025, 17:02
23 июл 2025, 17:02
edd6d2f
Код
Авторство
О чём код?
{ "workbench.startupEditor": "none", "workbench.statusBar.visible": false, "workbench.editor.showTabs": "none", "chat.commandCenter.enabled": false, "window.commandCenter": false, "workbench.colorCustomizations": { "commandCenter.background": "#0B0912", "activityBar.foreground": "#F7F8F8", "activityBar.background": "#0B0912", "commandCenter.foreground": "#F7F8F8", "commandCenter.activeBackground": "#0B0912", "titleBar.activeBackground": "#0B0912", "titleBar.inactiveBackground": "#0B0912", "sideBarSectionHeader.background": "#0B0912", "sideBarSectionHeader.foreground": "#F7F8F8", "editorGroupHeader.tabsBackground": "#0B0912", "tab.activeBackground": "#0B0912", "tab.inactiveBackground": "#0B0912", "tab.activeForeground": "#F7F8F8", "tab.inactiveForeground": "#F7F8F8", "editorGroup.emptyBackground": "#0B0912", "editor.background": "#0B0912", "sideBar.background": "#0B0912", "editorGroup.border": "#0B0912" } }