Visual Studio Code personal configuration backup

2020/02/18, Visual Studio Code

Abstract: Visual Studio Code individual configuration backup and backup plug-ins

effect:

Set up

Open VSCode settings, open the file in JSON tab in the upper right corner, directly edit JSON configuration, paste cover the following:

{
    "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"
}

No open ligatures, that does not look good, as the source text in bold

Plug backup

Color Themes

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

Icon theme

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

Name: Auto Rename Tag
Description: Auto rename paired HTML / XML tag

VIEW

Name: Vetur
Description: Vue tooling for VS Code

Title: Vue 2 Snippets
Description: A Vue.js 2 Extension

Guess you like

Origin www.cnblogs.com/kasnti/p/12324580.html