zoukankan      html  css  js  c++  java
  • vs-插件+配置

    {
    "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
    }
    

      

     

  • 相关阅读:
    Deformable 可变形的DETR
    https://start.aliyun.com/
    english note 111
    HTTP/2.0与HTTP/1.1协议区别
    什么是长连接
    使用pycharm
    Java使用率大幅度下降,Python使用率逐渐攀升
    SELECT command denied to user 'root'@'localhost' for table 'user'
    mysql 问题阅后归档
    响应式编程
  • 原文地址:https://www.cnblogs.com/jkr666666/p/7605334.html
Copyright © 2011-2022 走看看