zoukankan      html  css  js  c++  java
  • vscode配置文件

    {
    "workbench.iconTheme": "vscode-icons",
    "git.ignoreMissingGitWarning": true,
    "workbench.colorTheme": "One Dark Pro",
    "workbench.sideBar.location": "left",
    "editor.mouseWheelZoom": true,
    "editor.minimap.enabled": true,
    "editor.tabSize": 2,
    "eslint.autoFixOnSave": true,
    "eslint.options": {
    "extensions": [
    ".js",
    ".vue"
    ]
    },
    "eslint.validate": [
    "javascript",
    {
    "language": "vue",
    "autoFix": true
    },
    "html",
    "vue"
    ],
    "git.enableSmartCommit": false,
    "explorer.confirmDelete": false,
    "vetur.validation.template": false,
    "emmet.includeLanguages": {
    "vue-html": "html",
    "vue": "html",
    "javascript": "javascriptreact",
    "markdown": "html",
    "wxml": "html"
    },
    "workbench.colorCustomizations": {
    "editor.selectionBackground": "#aa0000"
    },
    "diffEditor.ignoreTrimWhitespace": true,
    "vsicons.dontShowNewVersionMessage": true,
    "terminal.integrated.rendererType": "dom",
    "workbench.activityBar.visible": true,
    "workbench.statusBar.visible": false,
    "files.associations": {
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
    },
    "fileheader.Author": "Caowenpeng",
    "fileheader.LastModifiedBy": "Caowenpeng",
    "emmet.triggerExpansionOnTab": true,
    "terminal.explorerKind": "external",
    "terminal.external.windowsExec": "E:\BaiduNetdiskDownload\git\git-bash.exe",
    "terminal.integrated.shell.windows": "E:\BaiduNetdiskDownload\git\bin\bash.exe",
    "javascript.updateImportsOnFileMove.enabled": "always"
    }
  • 相关阅读:
    工程师的十层楼,上
    工程师的十层楼 (下)
    2011CCTV中国经济年度人物评选结果揭晓
    IT行业程序员薪水差距之大的原因是什么
    单片机C应用开发班
    【分享】对输入子系统分析总结
    P6156 简单题 题解
    P3911 最小公倍数之和 题解
    dp 做题记录
    UVA12298 Super Poker II 题解
  • 原文地址:https://www.cnblogs.com/cwp115/p/10550327.html
Copyright © 2011-2022 走看看