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"
    }
  • 相关阅读:
    【Android
    【Android
    【Android
    【Android
    压测工具Siege
    压测工具Webbench
    Varnish与Squid的对比
    大牛的法宝[转]
    告别平庸的10种简单方法
    一个优秀的研发团队应该具备什么特征[转]
  • 原文地址:https://www.cnblogs.com/cwp115/p/10550327.html
Copyright © 2011-2022 走看看