Settings.json 들어가기
Settings 들어가기 (단축키 Ctrl + , 혹은 File > Preferences > Settings) > Open Settings(JSON)아이콘 선택
※ 마지막 커맨드면 ' , ' 필요없지만 뒤에 다른 커맨드가 온다면 {} 뒤에 ' , ' 를 붙여줘야한다. (false 뒤 참고)
주석(Comment) 색 변경하기
"editor.tokenColorCustomizations": {
"comments": "#908fa2"
}
배경 및 선택영역 색 변경하기
"workbench.colorCustomizations": {
"editor.background": "#2b2827", //배경
"editor.selectionBackground": "#34443e" // 선택 영역
}
Git commit 중복 문제 해결 (0) | 2023.07.31 |
---|---|
Git repository url 변경하기 (0) | 2023.07.31 |
댓글 영역