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
- bash
- resource
- maVen
- profile
- xargs
- JavaScript
- Eclipse
- Quartz
- 줄바꿈 문자
- grep
- GIT
- Windows
- Source
- web.xml
- IntelliJ
- ssh
- context
- Mac
- lsof
- port
- 네트워크
- plugin
- find
- netsh
- tomcat
- 단축키
- VirtualBox
- import
- vscode
- Windows 10
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/
Tip: How to change the explorer/sidebar font size/styling
Since there's no way to customize the explorer/tree view font style separately from the rest of the app, here is a way to override it: 1. Install...
www.reddit.com
Comments