json VS Code Config

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json VS Code Config相关的知识,希望对你有一定的参考价值。

{
    "window.zoomLevel": -1,
    "git.ignoreMissingGitWarning": true,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "breadcrumbs.enabled": false,
    "workbench.iconTheme": "material-icon-theme",
    "terminal.integrated.fontFamily": "monospace",
    "terminal.integrated.rendererType": "dom",
    "editor.autoIndent": false,
    "editor.tabSize": 2,
    "editor.fontFamily": "Consolas ligaturized",
    "editor.fontLigatures": true,
    "editor.formatOnSave": true,
    "editor.renderLineHighlight": "gutter",
    "editor.parameterHints.enabled": false,
    "editor.rulers": [
        80,
        120
    ],
    "emmet.syntaxProfiles": {
        "javascript": "jsx"
    },
    "emmet.includeLanguages": {
        "javascript": "javascriptreact"
    },
    "prettier.eslintIntegration": true,
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "eslint.autoFixOnSave": true
}

以上是关于json VS Code Config的主要内容,如果未能解决你的问题,请参考以下文章

在 VS Code 中调试vue项目

VS Code TypeScript Jest 模块映射

json VS Code Settings.json

json VS CODE SNIPPET

json VS Code终端的特殊字体

json VS Code配置覆盖文件