一份调校好的 VSCode 的配置文件

我个人对于编辑器有特殊的偏好,中文是宋体,英文是 Consola,并且,对于英文,字体一般需要跳到 16 的大小,这样看上去字体比较圆润。

但是调校字体这个工作在 VSCode 里面有点麻烦,所以直接保存一份文件在这里,方便以后需要时备查。

{
    "workbench.startupEditor": "newUntitledFile",
    "explorer.confirmDelete": false,
    "markdown-preview-enhanced.mathRenderingOption": "MathJax",
    "markdown-preview-enhanced.previewTheme": "one-dark.css",
    "editor.fontFamily": " ‘宋体’, Consolas, monospace",
    "editor.fontSize": 16,
    "picgo.picBed.current": "github",
    "picgo.picBed.github.branch": "master",
    "picgo.picBed.github.customUrl": "https://cdn.jsdelivr.net/gh/fanlumaster/BlogMaps@master",
    "picgo.picBed.github.path": "blogs/pictures/",
    "picgo.picBed.github.repo": "fanlumaster/BlogMaps",
    "picgo.picBed.github.token": "", // 这里不方便显示,要注意
    "editor.minimap.enabled": false,
    "explorer.confirmDragAndDrop": false,
    "picgo.customOutputFormat": "![](${url})",
    "editor.mouseWheelZoom": true,
    "security.workspace.trust.untrustedFiles": "open",
    "security.workspace.trust.enabled": false,
    "editor.wordWrap": "on",
}

一份调校好的 VSCode 的配置文件
http://fanyfull.github.io/2021/07/07/一份调校好的-VSCode-的配置文件/
作者
Fany Full
发布于
2021年7月7日
许可协议