728x90
반응형
728x90
반응형
728x90
반응형

Visual Studio Code 환경값 자주 쓰는 것

  • json

    {
     // 밝은 테마
     "workbench.colorTheme": "Default Light+",
    
     // 글꼴 d2coding 
     "editor.fontFamily": "D2Coding, Consolas, 'Courier New', monospace",
    
     // (깃렌즈 사용할 경우)
      "gitlens.advanced.messages": {
      "suppressShowKeyBindingsNotice": true
     },
    
     // 마우스 휠로 줌인-아웃
     "editor.mouseWheelZoom": true,
    
     // 자동 줄 바꿈
     "editor.wordWrap": true,
    }
    
    // 언어 구성 
    {
     // 영어
     "locale": "en",
    }
    
728x90
반응형

+ Recent posts