Last active
July 10, 2021 01:17
-
-
Save sdwh/bbec72b7e946a9258e57876442f2e674 to your computer and use it in GitHub Desktop.
[VSCode Config]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 編輯視窗文字大小 | |
"editor.fontSize": 18, | |
// 終端機文字大小 | |
"terminal.integrated.fontSize": 14, | |
// 介面放大比大 預設 0 | |
"window.zoomLevel": 0.3, | |
"workbench.colorTheme": "Monokai", | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.iconTheme": "material-icon-theme", | |
"python.pythonPath": "C:\\Program Files (x86)\\Python38-32\\python.exe", | |
"timeline.excludeSources": [], | |
"editor.tabSize": 2, | |
"[Log]": { | |
"editor.fontSize": 14 | |
}, | |
// Enalbe Markdown with Emmet | |
"emmet.triggerExpansionOnTab": true, | |
"emmet.excludeLanguages": [], | |
"emmet.includeLanguages": { | |
"markdown": "html", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment