Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- resource
- lsof
- 단축키
- GIT
- Windows
- netsh
- Windows 10
- plugin
- find
- xargs
- grep
- context
- ssh
- Source
- web.xml
- 네트워크
- maVen
- vscode
- bash
- import
- tomcat
- Mac
- 줄바꿈 문자
- Eclipse
- port
- JavaScript
- profile
- IntelliJ
- VirtualBox
- Quartz
Archives
- Today
- Total
develog
[vscode] Explorer 폰트 변경 본문
Extension 설치
- Customize UI
- Monkey patch
user settings.json 수정
"customizeUI.listRowHeight": 22,
"customizeUI.stylesheet": {
".monaco-workbench .part > .content .folder-icon": "font-family: D2Coding; font-size: 14px !important; font-weight: bold;",
".monaco-workbench .part > .content .file-icon": "font-family: D2Coding; font-size: 14px !important;"
}
참고
https://www.reddit.com/r/vscode/comments/l72z6c/tip_how_to_change_the_explorersidebar_font/
Comments