{
"workbench.iconTheme": "vscode-icons",
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.validation.template": false,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"files.autoSave": "afterDelay",
"background.customImages": [
"file:///C:/Users/jack_blue/Pictures/Camera Roll/bg.jpg"
],
"background.useDefault": false,
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-position": "center",
"background-repeat": "no-repeat",
"opacity": 0.1
},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
}

最新文章

  1. 判断访问的是移动端还是PC端,如果是移动端跳转页面
  2. access查询优化
  3. js 检测 flash插件以及版本号 通用所有浏览器
  4. asp.net如何确定是哪些控件验证失败
  5. docker nodejs 基本应用
  6. poj 1836 Alignment(dp)
  7. T-SQL: 17 个与日期时间相关的自定义函数(UDF),周日作为周的最后一天,均不受 @@DateFirst、语言版本影响!
  8. PHP 15:异常
  9. pci 相关资料
  10. IO包中的其他类
  11. jdbc预编译
  12. 一道简单的CTF登录题题解
  13. Linux下如何查看定位当前正在运行的Nginx的配置文件
  14. require.js模块化
  15. 剑指Offer_编程题_14
  16. Kubernetes重要概念理解
  17. Cmake入门资料
  18. AngularJs HTML DOM、AngularJS 事件以及模块的学习(5)
  19. Django的URL name 学习
  20. [mobile]移动端页面没有重新请求时,刷新页面代码

热门文章

  1. hdu 2048 神上帝以及老天爷
  2. ibatIs中的isNotNull、isEqual、isEmpty
  3. [翻译] Virtual method interception 虚方法拦截
  4. 取得 APP 自己的版本号 (跨 4 个平台)
  5. List<T>用法
  6. 自适应XAML布局经验总结 (四)区域布局设计模式
  7. 申请Let's Encrypt通配符HTTPS证书
  8. 解决:百度编辑器UEditor,怎么将图片保存到图片服务器,或者上传到ftp服务器的问题(如果你正在用UE,这篇文章值得你看下)
  9. C#之23中设计模式
  10. C#: 获取当前路径不要用Environment.CurrentDirectory