Visual Studio Code 个人配置备份

杀马特。学长 韩版系。学妹 提交于 2020-02-18 02:41:17

2020/02/18, Visual Studio Code

摘要:Visual Studio Code 个人配置备份和插件备份

设置

打开VSCode设置,在标签页右上角以JSON文件方式打开,直接编辑JSON配置,粘贴覆盖以下内容:

{
    "editor.minimap.enabled": false,
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "diffEditor.renderSideBySide": false,
    "[javascript]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "workbench.colorTheme": "One Monokai",
    "editor.formatOnSave": true,
    "telemetry.enableCrashReporter": false,
    "telemetry.enableTelemetry": false,
    "editor.fontSize": 16,
    "editor.fontFamily": "Consolas,'思源黑体'"
}

没有开启连字,觉得不好看,中文字为思源黑体

插件备份

主题

名称: One Monokai Theme
说明: A cross between Monokai and One Dark theme

HTML

名称: Auto Close Tag
说明: Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text

名称: Auto Rename Tag
说明: Auto rename paired HTML/XML tag

VUE

名称: Vetur
说明: Vue tooling for VS Code

名称: Vue 2 Snippets
说明: A Vue.js 2 Extension

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!