ubuntu 아래 vs 코드 설정

860 단어
글꼴 구성
설정에서'font'를 검색하고'Editor: Font family'에서 수정하면 Ubuntu에서 VScode 기본 글꼴 설정'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'을 맨 앞에 추가하면 됩니다'Courier New'.
settings.json 프로필
{
    "editor.fontSize": 18,
    "C_Cpp.default.cStandard": "c99",
    "editor.tabCompletion": "on",
    "editor.renderControlCharacters": true,
    "editor.renderWhitespace": "all",
    "editor.detectIndentation": false,
    "editor.tabSize": 4,
    "editor.fontFamily": "'Courier New', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'"
}

ubuntu에 VScode 및 디버그 c 프로그램 설치 - 간단명료함
Ubuntu16.04 VScode의 C/C++ 개발 환경 구성

좋은 웹페이지 즐겨찾기