{
//"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\CommonExtensions\\Microsoft\\TeamFoundation\\Team Explorer\\TF.exe",
//"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\TeamExplorer\\Common7\\IDE\\CommonExtensions\\Microsoft\\TeamFoundation\\Team Explorer\\TF.exe",
//"tfvc.restrictWorkspace": true,
"team.showWelcomeMessage": false,
//"team.logging.level": "debug"
"breadcrumbs.enabled": true,
"editor.tabSize": ,
"editor.renderWhitespace": "boundary",
"editor.cursorBlinking": "smooth",
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript", // 用eslint的规则检测js文件
{
"language": "vue", // 检测vue文件
"autoFix": true // 为vue文件开启保存自动修复的功能
},
{
"language": "html",
"autoFix": true
},"vue"
],
// "search.exclude": {
// "**/node_modules": true,
// "**/dist": true
// }, }

最新文章

  1. javascript运动系列第五篇——缓冲运动和弹性运动
  2. python之模块安装
  3. 33.在O(1)时间删除链表结点[DeleteListNode]
  4. java语言中数值自动转换的优先顺序
  5. UVa 10054,欧拉回路
  6. Unity FisheyeShader using Spherical Mapping
  7. 转: pthread_detach()函数
  8. HDU5441 Travel (离线操作+并查集)
  9. 用Express、MySQL搭建项目(接口以及静态文件获取、文件上传等)
  10. OC语言(四)
  11. go笔记-pprof使用
  12. 经典Python进阶文档 真的很棒
  13. studio 连不上远程仓库的各种原因分析
  14. luogu 1850 换教室 概率+dp
  15. hibernate06--参数的绑定
  16. Hadoop概念学习系列之谈hadoop/spark里为什么都有,YARN呢?(四十一)
  17. Spring-web初始化流程简图
  18. C#编程概述
  19. Spark SQL中UDF和UDAF
  20. rest-assured之验证响应数据(Verifying Response Data)

热门文章

  1. CSV文件导入数据库和导出数据库
  2. Pywinauto使用方法
  3. STM32的I2C通讯过程
  4. 【计算几何】Water Testing
  5. SAS学习笔记36 二分类logistic回归
  6. java类的访问修饰符
  7. ABP的UnitOfWork内部SaveChanges无效
  8. (六)maven之常用插件
  9. (五)Spring Boot之@RestController注解和ConfigurationProperties配置多个属性
  10. WebSocket协议探究(一)