# vscode 说明

vscode nodejs vue 前端环境搭建
Author andy.ten@tom.com & xukaixing@hotmail.com

# 依赖环境

  1. 安装nvm
  2. 安装nodejs(建议安装版本:v12.22.10)
  3. 全局安装eslint(npm install -g eslint babel-eslint)

# vscode插件

  • Vetur : 支持.vue、.ts、.sass 文件的语法高亮显示以及代码补全提示
  • EditorConfig : 代码格式化工具,无 lint 检查代码语法能力
  • Prettier : 代码格式化工具,无 lint 检查代码语法能力
  • Eslint : 校验脚本语言语法工具
  • Stylelint : 校验css语法工具
  • Document This : 生成js注释插件工具
  • koroFileHeader: 生成js文件头和js方法注释工具
  • markdownlint: markdown校验工具
  • stylelint: css校验工具
  • TODO Highlight: todo高亮语法
  • Auto Close Tag: 自动关闭tag
  • Beautify: js美化
  • Beautify css/sass/scss/less: style美化
  • Bookmarks: 代码收藏夹
  • Bracket Pair Colorizer: 大括号颜色
  • Code Runner: 代码运行
  • Code Spell Checker: 代码拼写检查
  • Document This: 生成js注释文档
  • EditorConfig for VS Code: editorconfig配置
  • ESLint: eslint插件
  • Import Cost: import导入大小提示
  • indent-rainbow: 彩虹分段
  • JavaScript (ES6) code snippets: es6代码提示
  • koroFileHeader: js文件、方法注释模版
  • Live Server: 运行server
  • Markdown All in One: markdown文件管理
  • Markdown Preview Github Styling: markdown文件预览
  • markdown-formatter: markdown文件格式化
  • markdownlint: markdown编写lint
  • Prettier - Code formatter: prettier美化
  • Project Manager: 多个工程管理工具
  • Rainbow Brackets: 彩虹括号
  • Stylelint: style 的lint插件
  • stylus: css高亮
  • Svg Preview: svg预览工具
  • vscode-element-helper: el-elementui提示工具

# vscode-settings

/*
 * @title: vscode全局配置文件
 * @author: andy.ten@tom.com & xukaixing@hotmail.com
 * @Date: 2022-03-15 23:07:48
 * @LastEditors: andy.ten@tom.com
 * @LastEditTime: 2023-04-20 18:33:28
 * @version: 1.0.2
 * @copyright: copyright (c) 2021 andyten
 *  node: you can not copy and/or use and/or modify this program free,
 *  please reserve the segment above.Please mail me if you have any question.
 */

{
  "window.zoomLevel": -0.5, // 设置整体视图缩放
  "terminal.integrated.scrollback": 10000, // terminal终端最大显示行数
  //----------------------------------编辑器设置-----------------------------------
  "editor.fontSize": 13, // 字体大小
  "editor.quickSuggestions": {
    // 控制是否在键入时自动显示建议。
    "strings": true
  }, // 在保存时格式化文件。格式化程序必须可用,延迟后文件不能保存,并且编辑器不能关闭。
  "editor.renderWhitespace": "all", // 控制编辑器在空白字符上显示符号的方式。
  "editor.renderLineHighlight": "all", // 高亮显示光标所在行
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs": "active",
  "workbench.colorCustomizations": {
    "editor.lineHighlightBackground": "#251b07bb", // 修改光标所在行的背景色 背景色设置为全黑,不透明度 90%)
    "editor.lineHighlightBorder": "#ffffff30" // 修改光标所在行的边框色
  },
  "editor.suggest.snippetsPreventQuickSuggestions": false, // 控制活动代码段是否阻止快速建议。
  // "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
  // "javascript.format.placeOpenBraceOnNewLineForFunctions": true,
  // "typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
  // "typescript.format.placeOpenBraceOnNewLineForFunctions": true,
  // 控制编辑器是否在左括引号后自动插入右引号。
  //  - always
  //  - languageDefined: 使用语言配置确定何时自动闭合引号。
  //  - beforeWhitespace: 仅当光标位于空白字符左侧时,才自动闭合引号。
  //  - never
  "editor.autoClosingBrackets": "always",
  "editor.autoClosingQuotes": "always",
  "breadcrumbs.enabled": true, // 开启 vscode 文件路径导航
  "editor.formatOnType": true, // 保存时是否自动格式化
  "editor.links": false, // 控制是否在编辑器中检测链接并使其可被点击。
  "editor.smoothScrolling": true, // 控制编辑器是否在滚动时使用动画。
  "editor.detectIndentation": false, // 默认启用了根据文件类型自动设置tabsize的选项,设置为关闭
  "editor.tabSize": 2, // tab按键2个空格
  "search.followSymlinks": false, // 控制是否在搜索中跟踪符号链接。
  "editor.codeActionsOnSave": {
    // 保存时格式化
    "source.fixAll.tslint": false,
    "source.fixAll.eslint": true, // 保存的时候会执行eslint的lint,可能会有时间消耗
    "source.fixAll.stylelint": true,
    "source.fixAll.markdownlint": true
  },
  "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    "**/tmp": true,
    "**/node_modules": false,
    "**/bower_components": true,
    "**/dist": false,
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true
  },
  "files.watcherExclude": {
    "**/.git/objects/**": true,
    "**/.git/subtree-cache/**": true,
    "**/node_modules/**": true,
    "**/tmp/**": true,
    "**/bower_components/**": true,
    "**/dist/**": true,
    "**/lib/**": true
  },
  "todo-tree.general.tags": ["todo:", "fixme:", "add:", "update:"],
  "todo-tree.highlights.defaultHighlight": {
    "gutterIcon": true
  },
  "todo-tree.highlights.customHighlight": {
    "todo:": {
      "foreground": "#fff",
      "background": "#ffbd2a",
      "iconColor": "#ffbd2a"
    },
    "fixme:": {
      "foreground": "#fff",
      "background": "#f06292",
      "icon": "flame",
      "iconColor": "#f06292"
    },
    "add:": {
      "foreground": "#fff",
      "background": "#25c784",
      "iconColor": "#25c784"
    },
    "update:": {
      "foreground": "#fff",
      "background": "#25c784",
      "iconColor": "#25c784"
    }
  },
  // "todohighlight.isCaseSensitive": false, // todo高亮忽略大小写
  // "todohighlight.keywords": [
  //   {
  //     "text": "TODO:",
  //     "backgroundColor": "#808f31"
  //   },
  //   {
  //     "text": "ADD:",
  //     "color": "#fff",
  //     "backgroundColor": "#808f31"
  //   },
  //   {
  //     "text": "UPDATE:",
  //     "color": "#fff",
  //     "backgroundColor": "#808f31"
  //   }
  //],
  //----------------------------------工作空间-----------------------------------
  // 在没有从上一会话中恢复出信息的情况下,控制启动时显示的编辑器。
  //  - none: 在启动时不打开编辑器。
  //  - welcomePage: 打开欢迎页面 (默认)。
  //  - readme: 打开包含一个自述文件的文件夹时, 打开自述文件, 否则回退到 "欢迎页面"。
  //  - newUntitledFile: 打开新的无标题文件 (仅在打开空工作区时适用)。
  //  - welcomePageInEmptyWorkbench: 在打开空工作区时打开欢迎页面。
  "workbench.startupEditor": "none",
  // 是否允许预览
  "workbench.editor.enablePreview": false,
  // 控制在打开设置时是否同时打开显示所有默认设置的编辑器。
  "workbench.settings.openDefaultSettings": true,
  // 指定在工作台中使用的图标主题,或指定 "null" 以不显示任何文件图标。
  "workbench.iconTheme": "vscode-icons-mac", //如果是windows,则配置为:vscode-icons,需要下载对应插件

  //----------------------------------文件资源管理器----------------------------
  // 控制资源管理器是否应在打开文件时自动进行显示并选择。
  "explorer.autoReveal": true,
  //----------------------------------HTML-----------------------------------
  // 以逗号分隔的标签列表,其中的内容不会被重新格式化。若为 `null`,默认包含 `pre` 标签。
  "html.format.contentUnformatted": "pre,code,textarea,p",
  // 每行最大字符数(0 = 禁用)。
  "html.format.wrapLineLength": 0,

  //----------------------------------默认格式化程序,该格式化程序优先于所有其他格式化程序设置。必须是提供格式化程序的扩展的标识符。-----------------------------------
  // vue默认格式化使用prettier
  "css.validate": false,
  "less.validate": false,
  "scss.validate": false,
  "[javascript]": {
    // "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.defaultFormatter": "dbaeumer.vscode-eslint",
    "editor.codeActionsOnSave": {
      "source.fixAll.eslint": true
    }
  },
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
    //"editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[css]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[scss]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[less]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[vue]": {
    // "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.defaultFormatter": "dbaeumer.vscode-eslint",
    "editor.codeActionsOnSave": {
      "source.fixAll.eslint": true
    }
  },
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[markdown]": {
    // 自动保存
    "editor.formatOnSave": false,
    // 显示空格
    "editor.renderWhitespace": "all",
    // 快速补全
    "editor.quickSuggestions": {
      "other": true,
      "comments": true,
      "strings": true
    },
    // snippet 提示优先
    "editor.snippetSuggestions": "top",
    "editor.tabCompletion": "on",
    // 使用enter 接受提示
    "editor.acceptSuggestionOnEnter": "on",
    // 默认格式化工具为本工具
    "editor.defaultFormatter": "yzhang.markdown-all-in-one"
    //"editor.defaultFormatter": "mervin.markdown-formatter"
  },
  // === markdown all in one ===
  "markdown.extension.list.indentationSize": "inherit",

  // === markdownlint ===
  "markdownlint.config": {
    "default": true,
    "no-hard-tabs": true,
    "MD007": { "indent": 4 },
    "MD024": false
  },
  "markdownlint.ignore": ["ignore.md", "**/ignore.md", "LICENSE"],
  // === path autocomplete ===
  "path-autocomplete.ignoredPrefixes": ["`"],

  //----------------------------------Vetur格式化vue文件插件-----------------------------------
  //vetur 有格式化、展示、高亮等能力,支持格式化html、标准css、标准js、vue文件,安装即默认开启格式化
  "vetur.format.options.tabSize": 2, //tab缩进为2个空格
  // 关闭vetur格式化程序 ,防止和eslint冲突
  "vetur.format.defaultFormatter.js": "none",
  "vetur.format.defaultFormatter.html": "none",
  "vetur.format.defaultFormatter.ts": "none",
  "vetur.validation.script": false,
  "vetur.validation.template": false,
  // "vetur.format.defaultFormatter.js": "vscode-typescript", //让vue中的js按编辑器自带的ts格式进行格式化(解决属性换行问题)
  // "vetur.format.defaultFormatter.ts": "vscode-typescript", //让vue中的ts按编辑器自带的ts格式进行格式化(解决属性换行问题)
  // "vetur.format.defaultFormatter.html": "js-beautify-html", //html格式化规则(解决属性换行问题)
  // "vetur.validation.template": true, //需要安装vetur扩展依赖
  // "vetur.format.defaultFormatterOptions": {
  //   "js-beautify-html": {
  //     // html相关
  //     "wrap_attributes": "aligned-multiple" //以下为取值说明
  //     // - auto: 仅在超出行长度时才对属性进行换行。
  //     // - force: 对除第一个属性外的其他每个属性进行换行。
  //     // - force-aligned: 对除第一个属性外的其他每个属性进行换行,并保持对齐。
  //     // - force-expand-multiline: 对每个属性进行换行。
  //     // - aligned-multiple: 当超出折行长度时,将属性进行垂直对齐。
  //   },
  //   "prettyhtml": {
  //     // html相关
  //     "printWidth": 200, //每行最大字符数,超出换行(会增加行数)
  //     "singleQuote": true, //是否使用单引号
  //     "wrapAttributes": false, //属性换行
  //     "sortAttributes": false //属性排序
  //   },
  //   "prettier": {
  //     "htmlWhitespaceSensitivity": "ignore",
  //     "semi": true, //是否添加结束分号
  //     "singleQuote": true, //是否使用单引号
  //     "printWidth": 200
  //   }
  // },

  //----------------------------------prettier-----------------------------------
  "prettier.enable": true,
  "prettier.semi": true, //是否添加句尾添加分号
  "prettier.singleQuote": true, //使用单引号代替双引号
  "prettier.tabWidth": 2, //tab缩进为2个空格字符,一个制表符等于的空格数。在 `editor.detectIndentation` 启用时,根据文件内容,该设置可能会被覆盖。
  "prettier.printWidth": 200, //代码每行最大字符数,超出换行(会增加行数)
  "prettier.useTabs": false, // 缩进不使用tab,使用空格
  "prettier.proseWrap": "preserve", // 默认值。因为使用了一些折行敏感型的渲染器(如GitHub comment)而按照markdown文本样式进行折行
  "prettier.arrowParens": "avoid", //  (x) => {} 箭头函数参数只有一个时是否要有小括号。avoid:省略括号
  "prettier.bracketSpacing": true, // 在对象,数组括号与文字之间加空格 "{ foo: bar }"
  "prettier.endOfLine": "auto", // 结尾是 \n \r \n\r auto
  "prettier.htmlWhitespaceSensitivity": "ignore",
  "prettier.ignorePath": ".prettierignore", // 不使用prettier格式化的文件填写在项目的.prettierignore文件中
  "prettier.jsxBracketSameLine": false, // 在jsx中把'>' 单独放一行
  "prettier.jsxSingleQuote": false, // 在jsx中使用单引号代替双引号
  "prettier.requireConfig": false, // Require a 'prettierconfig' to format prettier
  "prettier.trailingComma": "none", // 在对象或数组最后一个元素后面是否加逗号(在ES5中加尾逗号)
  //----------------------------------默认js格式化-----------------------------------
  "javascript.format.enable": false, // 默认开启。用eslint格式化js时需要设置为false

  //----------------------------------jshint-----------------------------------
  "jshint.enable": false, // vue和webpack工程需要关闭,因为不支持es5、es6
  "jslint.enable": false, // vue和webpack工程需要关闭,因为不支持es5、es6

  //----------------------------------eslint-----------------------------------
  "eslint.enable": true, //是否启动eslint
  "eslint.format.enable": true, // 开启eslint自动修复js/ts/jsx/tsx功能
  "eslint.alwaysShowStatus": true, //  // 总是在 VSCode 显示 ESLint 的状态
  "explorer.confirmDragAndDrop": false,
  "eslint.validate": ["javascript", "html", "vue"],
  // "eslint.options": {
  //   "overrideConfigFile": ".eslintrc.js",
  //   "extensions": [
  //     // 指定vscode的eslint所处理的文件后缀
  //     ".js",
  //     ".vue",
  //     "html"
  //   ]
  // },
  // "eslint.workingDirectories": [".eslintrc.js"],

  //----------------------------------stylelint-----------------------------------
  "stylelint.enable": true, // 默认 true
  "stylelint.validate": ["css", "less", "postcss", "scss", "sass"],

  //----------------------------------fileheader file comments------------------------------------
  "fileheader.configObj": {
    "autoAdd": false, // 阻止自动保存添加头部注释,当文件没有设置头部注释时是否保存会自动添加
    "prohibitAutoAdd": ["md", "json"] // 禁止.json .md文件,自动添加头部注释
  },
  //文件头注释
  "fileheader.customMade": {
    // 文件头部注释,快捷键:command + ctrl + I
    "title": " ", // 文件描述
    "author": "andy.ten@tom.com & xukaixing@hotmail.com", // 第一次创建文件作者
    "Date": "Do not edit", // 创建时间
    "LastEditors": "andy.ten@tom.com", // 修改人
    "LastEditTime": "Do not edit", // 修改时间
    "version": "1.0.1",
    "copyright": "copyright (c) 2022 andyten \r\n node: you can not copy and/or use and/or modify this program free,\r\n please reserve the segment above.Please mail me if you have any question."
    // "FilePath": "Do not edit"
  },
  // 函数注释
  "fileheader.cursorMode": {
    "todo": "",
    "author": "andy.ten@tom.com & xukaixing@hotmail.com", // 第一次创建文件作者
    "Date": "Do not edit" // 创建时间
  },

  //----------------------------------Document This function comments----------------------------
  "docthis.includeAuthorTag": true, //光标点击funciton,右键Document This
  "docthis.includeDescriptionTag": true,
  "docthis.authorName": "andy.ten@tom.com & xukaixing@hotmail.com",

  "git.suggestSmartCommit": false,
  "json.maxItemsComputed": 50000,
  "editor.maxTokenizationLineLength": 50000,
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "name": "One Dark italic",
        "scope": ["comment", "entity.other.attribute-name", "keyword", "markup.underline.link", "storage.modifier", "storage.type", "string.url", "variable.language.super", "variable.language.this"],
        "settings": {
          "fontStyle": "italic"
        }
      },
      {
        "name": "One Dark italic reset",
        "scope": [
          "keyword.operator",
          "keyword.other.type",
          "storage.modifier.import",
          "storage.modifier.package",
          "storage.type.built-in",
          "storage.type.function.arrow",
          "storage.type.generic",
          "storage.type.java",
          "storage.type.primitive"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  },
  //----------------------------------git同步vscode设置----------------------------
  //"sync.gist": "82aa056fa6e8e0dbb983b20c3ba155e7",
  "editor.fontLigatures": false,

  //----------------------------------liveServer config----------------------------
  "liveServer.settings.donotVerifyTags": true,
  "liveServer.settings.donotShowInfoMsg": true,
  "liveServer.settings.CustomBrowser": "chrome",
  "liveServer.settings.ignoreFiles": [".vscode/**", "**/*.scss", "**/*.sass", "**/*.ts", "**/.DS_Store", "**/.gitignore", ".git/**", "**/*.html", "**/dic/*.xml"],

  //----------------------------------customed config----------------------------
  "[makefile]": {
    "editor.insertSpaces": false
  },
  "editor.smartSelect.selectLeadingAndTrailingWhitespace": false,
  "[json]": {
    "editor.quickSuggestions": {
      "strings": true
    },
    "editor.suggest.insertMode": "replace",
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "editor.suggestSelection": "first",
  "jshint.lintHTML": true,
  // 保存时使用VSCode 自身格式化程序格式化,触发自动保存机制。
  "editor.formatOnSave": true,
  "bracketPairColorizer.depreciation-notice": false,
  "bracket-pair-colorizer-2.depreciation-notice": false,

  "cSpell.userWords": [
    "advlist",
    "advtab",
    "ajaxing",
    "aligncenter",
    "alignjustify",
    "alignleft",
    "alignright",
    "Allman",
    "allvisible",
    "analyz",
    "ancuguanli",
    "andyten",
    "anpaipaiche",
    "apicommon",
    "appconfig",
    "appuser",
    "appyhywlx",
    "arpa",
    "asyimp",
    "asyncimport",
    "autoresize",
    "autosize",
    "avant",
    "Avenir",
    "axupimgs",
    "Babili",
    "backcolor",
    "baitiaoedu",
    "bāng",
    "bangzhu",
    "baoansuopeiguanli",
    "baocun",
    "bcmap",
    "bdmap",
    "bengchefenleijiageguanli",
    "bianjixiugai",
    "biaodan",
    "biaodanzujian",
    "biaoge",
    "biaoshilei",
    "bohui",
    "browserslist",
    "btnid",
    "btns",
    "builtins",
    "bullist",
    "bumenguanli",
    "camelcase",
    "cangkukucun",
    "caocao",
    "caozuo",
    "Capslock",
    "Carno",
    "Cascader",
    "cdcj",
    "chainwebpack",
    "charmap",
    "chaxun",
    "chenggong",
    "chengji",
    "chengyunshangguanli",
    "Childs",
    "Chorme",
    "chuangkou",
    "chuku",
    "chukudan",
    "chunkhash",
    "chushen",
    "classpath",
    "classz",
    "cnpm",
    "codesample",
    "colorpicker",
    "columnprop",
    "COMPANYID",
    "consif",
    "countrows",
    "cssinject",
    "cssloader",
    "cuowuguanbiquxiao",
    "currentpagenum",
    "customed",
    "DABCEFGHJK",
    "daiban",
    "daibanrenwu",
    "daochu",
    "daohang",
    "daohangfenlei",
    "daohangliebiao",
    "daoru",
    "datas",
    "datasource",
    "datepicker",
    "daterange",
    "datetime",
    "datetimerange",
    "dayagos",
    "dayin",
    "dbaeumer",
    "Dblclick",
    "dcode",
    "DEPTID",
    "Depts",
    "dictapi",
    "dictmng",
    "dingdanbohui",
    "dingdanchulizhong",
    "DIVISIONID",
    "dizhi",
    "dname",
    "docthis",
    "dongjie",
    "donot",
    "dropzone",
    "echarts",
    "editables",
    "editbar",
    "eduguanli",
    "edushouxin",
    "eladmin",
    "eleme",
    "elementpath",
    "elementui",
    "ename",
    "encryptor",
    "eqeqeq",
    "erweima",
    "esbenp",
    "Espree",
    "exactdate",
    "excelapi",
    "exportid",
    "fabu",
    "factorypath",
    "fahuoguanli",
    "fanhui",
    "fayun",
    "fenleiguanli",
    "fileheader",
    "filemanager",
    "filestore",
    "filtercode",
    "Fivteen",
    "Fixi",
    "fontselect",
    "fontsizeselect",
    "forecolor",
    "formatpainter",
    "formatselect",
    "fuhao",
    "fullscreen",
    "funciton",
    "fushen",
    "fuuid",
    "fuwenben",
    "fuwenbenkuang",
    "fuwujiankong",
    "fuwumendian",
    "gangclass",
    "gerenpeizhi",
    "gerenzhongxin",
    "getvalid",
    "gitee",
    "gongzuotaiguanli",
    "grantreload",
    "gslx",
    "guize",
    "guuid",
    "headerbtn",
    "Headfilter",
    "Holdname",
    "htperms",
    "htupload",
    "htuploadpic",
    "huaban",
    "huifu",
    "huodong",
    "iconfont",
    "iconfonticon",
    "icox",
    "Idcard",
    "iife",
    "imagetools",
    "infomsg",
    "injectcss",
    "insertdatetime",
    "instanceof",
    "Intelli",
    "isedit",
    "ishidden",
    "isnan",
    "isreload",
    "isvalid",
    "jiage",
    "jiangjinguize",
    "jiangli",
    "jiankong",
    "jiankongguanli",
    "jiankongpeizhi",
    "jiaoseguanli",
    "jichupeizhi",
    "jichushuju",
    "jichushujuguanli",
    "jiedong",
    "jiekou",
    "jiekoushuoming",
    "jihuaguanli",
    "jilianshezhi",
    "jilianxuanze",
    "jilianxuanzeqi",
    "jmzt",
    "jsencrypt",
    "kaishi",
    "kaoshi",
    "kaoshiguanli",
    "kaoshijilu",
    "kefangshengji",
    "keydown",
    "kitbar",
    "koro",
    "kucun",
    "labercode",
    "laxinjiangli",
    "lbox",
    "lessloader",
    "Lian",
    "liaotian",
    "linebreak",
    "loaddic",
    "loginuuid",
    "macarons",
    "mbtn",
    "meiju",
    "meijumulu",
    "messagebox",
    "mianyunfei",
    "mingxi",
    "mingxinghuodong",
    "monthes",
    "monthrange",
    "msgbox",
    "multiselect",
    "mybatis",
    "mydata",
    "nacos",
    "Navicat",
    "navicon",
    "navmenu",
    "NAVMENUS",
    "newtoken",
    "noborder",
    "Nofify",
    "nonbreaking",
    "nonwords",
    "noredirect",
    "noselect",
    "nprogress",
    "ntitle",
    "numlist",
    "Nums",
    "octo",
    "octocat",
    "oemcid",
    "optimizelegibility",
    "orderfilter",
    "orderinfo",
    "ordertype",
    "otext",
    "packy",
    "pagebreak",
    "pageinfo",
    "paichesonghuodan",
    "paigongdanxiada",
    "paixu",
    "Parens",
    "pastetext",
    "pathinfo",
    "peizhi",
    "pichuli",
    "picon",
    "piliang",
    "piliangbianji",
    "piliangdaoru",
    "piliangguanli",
    "piliangshanchu",
    "piliangtianjia",
    "pingtai",
    "pinpai",
    "popconfirm",
    "Poper",
    "prefetch",
    "preload",
    "prettierconfig",
    "prettyhtml",
    "propery",
    "Pshengji",
    "qdgw",
    "qdslb",
    "qiehuanyonghu",
    "qrcode",
    "quanju",
    "queding",
    "quxiaozhiding",
    "rbox",
    "rcode",
    "rdata",
    "recordsperpage",
    "refform",
    "REFRESHTOKEN",
    "removeformat",
    "rengongtibao",
    "rizhi",
    "rname",
    "ROLEID",
    "rolemng",
    "rongqijiankong",
    "Routeview",
    "rowdata",
    "rownum",
    "rownums",
    "rtflag",
    "runstop",
    "Saleswarehousemanagement",
    "Sankey",
    "screenfull",
    "scripthost",
    "scrollback",
    "sdata",
    "searchfilter",
    "searchreplace",
    "sentury",
    "sfyc",
    "shanchu",
    "shangchuan",
    "shangchuanchenggong",
    "shangchuanfujian",
    "shangchuanshibai",
    "shengji",
    "shenhebohui",
    "shenpi",
    "shenpibohui",
    "shenqingbohui",
    "shipnums",
    "shortshuts",
    "shouye",
    "shuaxin",
    "shujuzidian",
    "shujuzidianguanli",
    "shuxingbuju",
    "sider",
    "simsun",
    "sname",
    "sortmode",
    "sousuo",
    "Stroustrup",
    "stylelint",
    "styleloader",
    "styleselect",
    "Subresource",
    "svgfont",
    "Symbolnew",
    "sysattachminio",
    "sysbizconf",
    "syscompany",
    "sysdept",
    "sysdict",
    "sysjob",
    "sysmenu",
    "sysmessage",
    "sysrole",
    "systemjs",
    "sysuser",
    "tabfocus",
    "tablebar",
    "tablecontainer",
    "tableedit",
    "tabnine",
    "tabsize",
    "tasklist",
    "tbtn",
    "textcolor",
    "textpattern",
    "themetype",
    "tianjiafujian",
    "tianshenpi",
    "tiaobo",
    "tijiao",
    "timerange",
    "tingyong",
    "tinymce",
    "tixing",
    "tnum",
    "todohighlight",
    "TOEKN",
    "tongbu",
    "tongji",
    "tongzhi",
    "totalpage",
    "truetype",
    "tsdj",
    "tubiao",
    "tubiaozhizuomoban",
    "txlx",
    "unknow",
    "unstyled",
    "useraccount",
    "USERID",
    "userinfo",
    "valnum",
    "vcity",
    "Vetur",
    "viewerjs",
    "Visitis",
    "vistors",
    "visualblocks",
    "visualchars",
    "vnode",
    "vnodes",
    "vpapi",
    "vparam",
    "vref",
    "vuepress",
    "vuerc",
    "Vuetify",
    "vuex",
    "wangzhandaohang",
    "webicon",
    "weixin",
    "wenjianfuwuqi",
    "wenjuanguanli",
    "wentiquestions",
    "winfo",
    "wlpp",
    "wordcloud",
    "wordcount",
    "Workshopwarehousebasicdata",
    "wscn",
    "wujiliandongdizhi",
    "wuliaobaozhuangdan",
    "wuliaoguanli",
    "wuliaojiage",
    "wuliaoxilie",
    "wuliaozu",
    "xiada",
    "xialakuang",
    "xianxing",
    "xiazai",
    "xiazaidaorumoban",
    "xinzeng",
    "xitongguanli",
    "xiugai",
    "xiugaioryijian",
    "xuanze",
    "xukaixing",
    "xunjianwentiguanli",
    "xxlx",
    "xxzt",
    "xzqh",
    "yaoqingjiangli",
    "yemian",
    "yewuniandu",
    "yhlx",
    "yingfu",
    "yingshou",
    "yingshoukuan",
    "yonghuguanli",
    "yuanchengshengji",
    "yuedukaohe",
    "yuedukaoqinbaobiao",
    "yunduantongbu",
    "yunfeishezhi",
    "yunhang",
    "yunpingtai",
    "yuntongbu",
    "ywlx",
    "yxzt",
    "yyzt",
    "yzhang",
    "zanting",
    "zcpt",
    "zhengjiuniandukaohe",
    "zhiding",
    "zhidingxian",
    "zhifubao",
    "zhihang",
    "zhihuikaoshi",
    "zhipai",
    "zhishi",
    "zhishikuguanli",
    "zhongshen",
    "zhujihuaguanli",
    "zujian",
    "zzjb",
    "zzjg",
    "zzlx"
  ],
  "editor.foldingStrategy": "indentation",
  "code-runner.clearPreviousOutput": true,
  "debug.terminal.clearBeforeReusing": true,
  "workbench.editorAssociations": {
    "*.svg": "default"
  },
  "svg.preview.mode": "svg",
  "settingsSync.ignoredExtensions": [],
  "todohighlight.defaultStyle": {},
  "cSpell.languageSettings": [
  
  {}],
  "editor.foldingMaximumRegions": 10000,
  "cSpell.ignorePaths": ["package-lock.json", "node_modules", "vscode-extension", ".git/objects", ".vscode", ".vscode-insiders", "dist", "lib/", "node_modules"],
  "eslint.probe": ["javascript", "html", "vue"],
  "telemetry.telemetryLevel": "off",
  "editor.linkedEditing": true,
  "RainbowBrackets.depreciation-notice": false,
  "eslint.timeBudget.onFixes": {
    "warn": 3000,
    "error": 6000
  },
  "vue.features.codeActions.savingTimeLimit": 8500,
  "vue.codeActions.savingTimeLimit": 10000
}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911

# vscode-workspace-settings

{
  "jslint.enable": false, // vue和webpack工程需要关闭,不支持es5、es6
  "jshint.enable": false, // vue和webpack工程需要关闭,不支持es5、es6
  "eslint.enable": true, // 是否启动eslint
  "javascript.format.enable": false,
  "svg.preview.background": "editor",
  "editor.fontLigatures": false
}

1
2
3
4
5
6
7
8
9

# 工程启动

 npm run dev
1