'Visual Studio Code'에 해당되는 글 1건

  1. 2018.05.05 Visual Studio Code 환경값 자주 쓰는 것
정보기술2018. 5. 5. 14:47
{

// 밝은 테마
"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",
}

환경설정은 개인 취향이므로 필요하신 것만 사용하시면 됩니다.


반응형
Posted by Jay Two