1. File --> Preferences --> Settings
2. Choose the "Workspace Settings" tab to only change it for this project
3. Choose the "User Settings" tab to change it for all projects
4. Do a search for "settings.json" and look for an option to "Edit in settings.json"
5. Insert this color setting for the comments somewhere inside the curly brackets:
"editor.tokenColorCustomizations": {
"comments": "#229977"
}
Done.
'Your Useless Info' 카테고리의 다른 글
[Mac] Qsearch 제거하기 (0) | 2020.06.28 |
---|---|
[VS Code] 파일 저장 시 포맷팅 비활성화 (Feat. Prettier) (0) | 2020.06.24 |
[Git] 이미 푸쉬한 커밋 메세지 수정하기 (0) | 2020.06.24 |