# settings.json

{
  "application.shellEnvironmentResolutionTimeout": 20,
  "bookmarks.keepBookmarksOnLineDelete": true,
  "diffEditor.ignoreTrimWhitespace": true,
  "editor.copyWithSyntaxHighlighting": false,
  "editor.formatOnType": true,
  "editor.formatOnSave": true,
  "editor.formatOnPaste": true,
  "editor.minimap.enabled": false,
  "editor.renderWhitespace": "all",
  "editor.multiCursorLimit": 100000,
  "editor.unicodeHighlight.nonBasicASCII": false,
  "editor.unicodeHighlight.invisibleCharacters": false,
  "editor.unicodeHighlight.ambiguousCharacters": false,
  "extensions.autoCheckUpdates": false,
  "extensions.autoUpdate": false,
  "extensions.ignoreRecommendations": true,
  "git.enableSmartCommit": true,
  "git.autofetch": true,
  "git.openRepositoryInParentFolders": "never",
  "git.confirmSync": false,
  "git.ignoreRebaseWarning": true,
  "git.replaceTagsWhenPull": true,
  "liveServer.settings.donotVerifyTags": true,
  "security.workspace.trust.untrustedFiles": "open",
  "terminal.integrated.defaultProfile.windows": "Git Bash",
  "terminal.integrated.defaultProfile.osx": "zsh",
  "terminal.integrated.copyOnSelection": true,
  "terminal.integrated.cursorBlinking": true,
  "terminal.integrated.fontSize": 13,
  "terminal.integrated.scrollback": 9999,
  "update.mode": "none",
  "window.commandCenter": false,
  "window.title": "${dirty}${rootName}",
  "window.zoomLevel": -1,
  "workbench.editor.enablePreview": false,
  "workbench.startupEditor": "none",
  "workbench.colorCustomizations": {
    // 상단 타이틀 배경색
    "titleBar.activeBackground": "#0d3d95",
    "titleBar.inactiveBackground": "#0a2d6e",
    // ν•˜λ‹¨ μƒνƒœ 배경색
    "statusBar.background": "#1558d4"
  },
  "java.configuration.runtimes": {
    "name": "JavaSE-1.8",
    "path": "/app/tools/java/zulu8.78.0.19-ca-jdk8.0.412-macosx_x64"
  }
}

# color


    "workbench.colorCustomizations": {
      // green
      // vscdoe 전체 μ „κ²½ 색
      "editor.background": "#000000",
      // 맨 μ™Όμͺ½ activityBar
      "activityBar.background": "#14322c",
      // μ‚¬μ΄λ“œλ°”(파일,폴더) λ°°κ²½ 색
      "sideBar.background": "#25292f",
      // κ·Έλ£Ή 헀더 전체 λ°°κ²½ 색
      "editorGroupHeader.tabsBackground": "#1f242b",

      // μ‚¬μ΄λ“œλ°” λͺ©λ‘ 선택 배경색 κΈ€μžμƒ‰
      "list.hoverBackground": "#535353",
      "list.activeSelectionBackground": "#065458",
      "list.activeSelectionForeground": "#06f7df",
      "list.inactiveSelectionBackground": "#225957",
      "list.inactiveSelectionForeground": "#ffffff",

      // μ„ νƒλœ νƒ­ 배경색
      "tab.activeBackground": "#225348",
      "tab.activeForeground": "#06f7df",
      // λΉ„ν™œμ„±μΈ νƒ­ 배경색
      "tab.inactiveBackground": "#1f242b",
      "tab.inactiveForeground": "#ffffff",

      // 상단 타이틀 배경색
      "titleBar.activeBackground": "#0b856b",
      "titleBar.inactiveBackground": "#086450",
      // 상단 타이틀 κΈ€μžμƒ‰
      "titleBar.activeForeground": "#ffffff",
      "titleBar.inactiveForeground": "#ffffff",
      // ν•˜λ‹¨ μƒνƒœ 배경색
      "statusBar.background": "#0b856b",
      // ν•˜λ‹¨ Terminal, Problems 배경색
      "panel.background": "#021e18",

      // blue
      // vscdoe 전체 μ „κ²½ 색
      "editor.background": "#000000",
      // 맨 μ™Όμͺ½ activityBar
      "activityBar.background": "#071f4a",
      // μ‚¬μ΄λ“œλ°”(파일,폴더) λ°°κ²½ 색
      "sideBar.background": "#25292f",
      // κ·Έλ£Ή 헀더 전체 λ°°κ²½ 색
      "editorGroupHeader.tabsBackground": "#1f242b",

      // μ‚¬μ΄λ“œλ°” λͺ©λ‘ 선택 배경색 κΈ€μžμƒ‰
      "list.hoverBackground": "#535353",
      "list.activeSelectionBackground": "#09569d",
      "list.activeSelectionForeground": "#ffffff",
      "list.inactiveSelectionBackground": "#3a6a97",
      "list.inactiveSelectionForeground": "#ffffff",

      // μ„ νƒλœ νƒ­ 배경색
      "tab.activeBackground": "#044d91",
      "tab.activeForeground": "#ffffff",
      // λΉ„ν™œμ„±μΈ νƒ­ 배경색
      "tab.inactiveBackground": "#1f242b",
      "tab.inactiveForeground": "#ffffff",

      // 상단 타이틀 배경색
      "titleBar.activeBackground": "#0d3d95",
      "titleBar.inactiveBackground": "#0a2d6e",
      // 상단 타이틀 κΈ€μžμƒ‰
      "titleBar.activeForeground": "#ffffff",
      "titleBar.inactiveForeground": "#ffffff",
      // ν•˜λ‹¨ μƒνƒœ 배경색
      "statusBar.background": "#1558d4",
      // ν•˜λ‹¨ Terminal, Problems 배경색
      "panel.background": "#06132c",
    },

# keybindings.json

// Place your key bindings in this file to override the defaultsauto[]
[
  {
    "key": "ctrl+shift+9",
    "command": "workbench.action.files.showOpenedFileInNewWindow",
    "when": "emptyWorkspaceSupport"
  },
  {
    "key": "ctrl+k o",
    "command": "-workbench.action.files.showOpenedFileInNewWindow",
    "when": "emptyWorkspaceSupport"
  },
  {
    "key": "ctrl+shift+alt+8",
    "command": "casegobrr.caseChange",
    "when": "editorTextFocus"
  },
  {
    "key": "ctrl+alt+g",
    "command": "-casegobrr.caseChange",
    "when": "editorTextFocus"
  },
  {
    "key": "ctrl+shift+alt+9",
    "command": "casegobrr.repeatCaseChange",
    "when": "editorTextFocus"
  },
  {
    "key": "ctrl+shift+g",
    "command": "-casegobrr.repeatCaseChange",
    "when": "editorTextFocus"
  },
  {
    "key": "ctrl+shift+8",
    "command": "workbench.action.terminal.sendSequence",
    "when": "terminalFocus"
  },
  {
    "key": "ctrl+alt+g",
    "command": "-workbench.action.terminal.sendSequence",
    "when": "terminalFocus"
  },
  {
    "key": "ctrl+shift+alt+u",
    "command": "editor.action.transformToUppercase"
  },
  {
    "key": "ctrl+shift+alt+l",
    "command": "editor.action.transformToSnakecase"
  }
]
Last Updated: 4/13/2025, 11:14:44 PM