{
"editor.fontSize": ,
"editor.tabSize": ,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "newUntitledFile",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
// "**/node_modules": true
},
"files.associations": {
"*.wxml": "xml",
"*.wxss": "css",
"*.sass": "css",
"*.wpy": "vue",
"*.vue": "vue"
},
"emmet.includeLanguages": {
"vue-html": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.triggerExpansionOnTab": true,
"emmet.showSuggestionsAsSnippets": true,
// 禁止 vetur 校验模版
"vetur.validation.template": false,
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": ,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
},
"prettier": {
"semi": false,
"singleQuote": true
}
},
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
},
{
"language": "javascriptreact",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
// "vue"
],
// 配置以下两个,任意打开文件都可以使用ESLint来检查代码风格
// 配置全局 eslint 包地址
// "eslint.nodePath": "F:/devFiles/devToolsSettings/node_modules",
// 配置全局 eslint 配置
// "eslint.options": {
// "configFile": "F:\\devFiles\\devToolsSettings\\.eslintrc.js"
// },
"prettier.singleQuote": true,
"prettier.semi": false,
"prettier.disableLanguages": [
"markdown"
],
"extensions.autoUpdate": false,
"vetur.format.defaultFormatter.html": "none",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\system32\\cmd.exe",
"diffEditor.ignoreTrimWhitespace": true,
// 配React的配置
// emmet关于react的配置
"emmet.syntaxProfiles": {
"JavaScript React": "jsx"
},
"terminal.integrated.rendererType": "dom"
}

最新文章

  1. 细说ASP.NET Forms身份认证
  2. SQL Server安全(7/11):使用跨数据库所有权链接(Cross-Database Ownership Chaining)的跨数据库安全
  3. 精通MVC网站、MVVM开发模式、Razor语法
  4. 关于cocoa框架,你所要知道的一切(苹果官方文档,cocoa框架核心竞争力,必须收藏!)
  5. shell算术运算与进制运算
  6. 查看修改swap空间大小
  7. VS2010水晶报表的添加与使用
  8. 【高斯消元】Poj 1222:EXTENDED LIGHTS OUT
  9. cmd 窗口的复制粘贴
  10. R语言基因组数据分析可能会用到的data.table函数整理
  11. 2238"回文字串"报告
  12. Java第三次上课课堂试验博文
  13. JDBC中的ResultSet无法多次循环的问题。
  14. JavaScript中对象数组,如何给对象添加一个新属性
  15. JDK8新特性:default方法的应用实践
  16. 『cs231n』通过代码理解风格迁移
  17. MySQL学习笔记:循环生成5万行id连续的数据
  18. KEYENCE Programming Contest 2019 Solution
  19. hdu - 6281,2018CCPC湖南全国邀请赛F题,快排
  20. Eclipse 重构功能的使用与重构快捷键

热门文章

  1. Python 操作excel常见异常
  2. MyEclipse中最常用的快捷键大全
  3. 字节流read方法返回值为什么是int不是byte
  4. css3 鼠标悬停图片动画
  5. angulatJs 前端数据分页展示——例
  6. mysql数据库 --表查询
  7. Pregel Master
  8. Mongodb安装遇到的问题
  9. day02 mysql基本语句 存储引擎 数据类型 完整性约束
  10. VMWare 禁用虚拟内存文件(*.vmem)