zoukankan      html  css  js  c++  java
  • vscode setting

    {
      "vetur.format.defaultFormatter.html": "js-beautify-html",
      "prettier.semi": false,
      "prettier.singleQuote": true,
      "window.zoomLevel": 1,
      "eslint.autoFixOnSave": false,
      "prettier.eslintIntegration": true,
      "[markdown]": {
        "editor.wordWrap": "on",
        "editor.quickSuggestions": true
      },
      "explorer.confirmDelete": false,
      "editor.minimap.enabled": false,
      "liveServer.settings.donotVerifyTags": true,
      "liveServer.settings.donotShowInfoMsg": true,
      "vetur.format.defaultFormatter.js": "vscode-typescript",
      "editor.tabSize": 2,
      "explorer.confirmDragAndDrop": false,
      "diffEditor.ignoreTrimWhitespace": true,
      "javascript.implicitProjectConfig.experimentalDecorators": true,
      "sync.gist": "cba4f1309da01b5a92bc0353bd9e8062",
      "sync.host": "",
      "sync.pathPrefix": "",
      "sync.quietSync": false,
      "sync.askGistName": false,
      "sync.removeExtensions": true,
      "sync.syncExtensions": true,
      "sync.autoDownload": false,
      "sync.autoUpload": false,
      "sync.lastUpload": "2018-07-31T10:23:58.548Z",
      "sync.lastDownload": "2018-05-28T05:40:26.215Z",
      "sync.forceDownload": false,
      "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
      },
      "javascript.format.insertSpaceBeforeFunctionParenthesis": false,
      "emmet.includeLanguages": {
        "javascript": "javascriptreact"
      },
      "breadcrumbs.enabled": true,
      "javascript.updateImportsOnFileMove.enabled": "always"
    }
  • 相关阅读:
    postman简单传参,上个接口的返回值作为下个接口的入参。
    python 给定URL 如何获取其内容,并将其保存至HTML文档。
    外键关联on_delete参数含义
    excel导入与导出
    序列化关系
    使用框架的各种代码示例
    国产celery简单使用
    selecte_related 函数优化查询
    django 之 配置文件
    类与缓存问题 类与属性的关系
  • 原文地址:https://www.cnblogs.com/miaolq/p/9686206.html
Copyright © 2011-2022 走看看