{
"window.zoomLevel": 0,
"files.autoSave": "off",
"editor.fontSize": 14,
"editor.formatOnPaste": false,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/node_modules": false
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.vscode": true,
"**/typings": true
},
"eslint.autoFixOnSave": true,
"vsicons.presets.angular": false,
"path-autocomplete.extensionOnImport": true,
"extensions.autoUpdate": true,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"vsicons.projectDetection.autoReload": true,
"typescript.check.tscVersion": false,
"workbench.iconTheme": "vscode-icons",
//"workbench.colorTheme": "One Dark Pro",
"typescript.check.npmIsInstalled": false,
"vsicons.dontShowNewVersionMessage": true,
"editor.minimap.enabled": false,
"editor.quickSuggestions": {
"strings": true
},
"element-helper.version": "1.4",
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true
}

  

最新文章

  1. BZOJ4721 [Noip2016]蚯蚓
  2. jekyll bootstrap
  3. EF 关系规则(一对一、一对多、多对多...)
  4. MyEclipse使用总结——在MyEclipse中设置jsp页面为默认utf-8编码
  5. 用CentOS 7打造合适的科研环境 :zhuan
  6. SQL Server Analysis Services 数据挖掘
  7. Properties/Property文件读取(键值均)乱码问题!
  8. Windows如何打包Qt程序
  9. C# 文件操作(全部) 追加、拷贝、删除、移动文件、创建目录 修改文件名、文件夹名
  10. ggplot2 theme相关设置—文本调整
  11. .NET技术-2.0. 操作数据库-EF
  12. banner | what is the "banner" ?
  13. 使用Microsoft SyncToy 文件同步/备份 自动化处理
  14. GitHub 托管的10款免费开源 windows 工具
  15. 廖雪峰Java9正则表达式-2正则表达式进阶-3分组匹配
  16. Java 过一下基础
  17. ES6 promise学习笔记 -- 基本用法
  18. CF1114E Arithmetic Progression(交互题,二分,随机算法)
  19. Java代码质量改进之:使用ThreadLocal维护线程内部变量
  20. 阿里云centos7.x 打开80端口(转)

热门文章

  1. [提供可行性脚本] RHEL/CentOS 7 多节点SSH免密登陆
  2. 如何用纯 CSS 创作一副国际象棋
  3. vue 配置多页面应用
  4. PHP做ERP, CRM, CMS系统需要注意哪些地方
  5. linux系统入门—文件管理
  6. LeetCode(168) Excel Sheet Column Title
  7. Java获得字节码对象的三种方式
  8. HDU 5473 There was a kingdom 凸包 DP
  9. ios开发讲解之anchorPoint和position详解
  10. js 获取data-属性值