Cursor, VSCode, Windsurf 등 Settings.json 설정
{ "window.commandCenter": true, "terminal.integrated.commandsToSkipShell": [""], "workbench.iconTheme": "material-icon-theme", "kilo-code.allowedCommands": [ "git log", "git diff", "git show" ], "kilo-code.deniedCommands": [], // ============================================ // 탭 & 에디터 시각적 개선 // ============================================ "w..