码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio Code 个人配置备份

时间:2020-02-18 10:05:22      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:nal   图标   let   mamicode   operator   说明   work   extension   color   

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": "Palenight Operator",
    "editor.formatOnSave": true,
    "telemetry.enableCrashReporter": false,
    "telemetry.enableTelemetry": false,
    "editor.fontSize": 16,
    "editor.fontFamily": "Consolas,'思源黑体'",
    "workbench.iconTheme": "vs-nomo-dark"
}

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

插件备份

颜色主题

Name: Palenight Theme
Description: An elegant and juicy material-like theme for Visual Studio Code.

图标主题

Name: Nomo Dark Icon Theme
Description: Nomo Dark Icon 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

Visual Studio Code 个人配置备份

标签:nal   图标   let   mamicode   operator   说明   work   extension   color   

原文地址:https://www.cnblogs.com/kasnti/p/12324580.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!