홈서버 구축 일대기..

.vscode 화면 관련 설정

_Blue_Sky_ 2025. 11. 30. 20:58
728x90

 

 

settings.json
0.00MB

{
  "editor.tabSize": 4,
  "editor.insertSpaces": true,
  "editor.detectIndentation": false,
  
  "workbench.colorCustomizations": {
    "tab.activeBackground": "#254584",
    "tab.activeForeground": "#ffffff",
    "tab.inactiveBackground": "#22293a",
    "tab.inactiveForeground": "#cccccc",
    "tab.border": "#404448"
  },
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 1000
}

728x90