zoukankan      html  css  js  c++  java
  • vscode 配置表

    {
    "git.ignoreMissingGitWarning": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": false,
    "files.autoSave": "onFocusChange",
    "workbench.statusBar.visible": true,
    "workbench.activityBar.visible": true,
    "powermode.enabled": true,
    "powermode.presets" :"simple-rift",
    "editor.fontSize": 14,
    "workbench.sideBar.location": "left",
    "liveServer.settings.donotShowInfoMsg": true,
    "editor.tokenColorCustomizations": {
    "comments":"#13994dfc"
    },
    "liveSassCompile.settings.generateMap": false,
    "terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe",
    "emmet.syntaxProfiles": {
    "vue-html": "html",
    "vue": "html"
    },
    "emmet.includeLanguages": {
    "vue-html": "html",
    "vue": "html",
    "wxml": "html"
    },
    "javascript.preferences.quoteStyle": "single",
    "files.associations": {
    "*.vue": "vue",
    "*.js": "javascript",
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript",
    "*.wpy": "vue"
    },
    // "eslint.autoFixOnSave": true
    "eslint.validate": [
    "javascript",
    "javascriptreact",
    {
    "language": "vue",
    "autoFix": true
    },
    "vue",
    {
    "language": "wepy",
    "autoFix": true
    },
    "wepy"
    ],
    "eslint.autoFixOnSave": true,
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "minapp-vscode.disableAutoConfig": true,
    "breadcrumbs.enabled": false,
    "eslint.enable": true,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "vetur.validation.template": false,
    "vsicons.dontShowNewVersionMessage": true,
    "git.enableSmartCommit": true,
    "files.exclude": {
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true
    }
    }
  • 相关阅读:
    Linux_KVM虚拟机
    Linux_KVM虚拟机
    Python_编程特色
    Python_编程特色
    Linux_进程管理&计划任务
    Linux_进程管理&计划任务
    Linux_系统破坏性修复实验
    Linux_系统破坏性修复实验
    Linux_Shell基础
    Confluence 6 的高级 Crowd 设置
  • 原文地址:https://www.cnblogs.com/wuxu-dl/p/11119057.html
Copyright © 2011-2022 走看看