Skip to content

Instantly share code, notes, and snippets.

@sdwh
Last active July 10, 2021 01:17
Show Gist options
  • Save sdwh/bbec72b7e946a9258e57876442f2e674 to your computer and use it in GitHub Desktop.
Save sdwh/bbec72b7e946a9258e57876442f2e674 to your computer and use it in GitHub Desktop.
[VSCode Config]
{
// 編輯視窗文字大小
"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