• 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
    }
    

      

     

  • 相关阅读:
    多层神经网络与C++实现
    反向传导算法的推导
    sizeof()和strlen()的区别与联系
    Pascal’s Triangle
    Multiply Strings
    spring boot 数据源 配置
    spring boot 静态资源。。
    spring boot 配置 beetl 视图解析器
    spring 使用junit
    spring aspectj 注解
  • 原文地址:https://www.cnblogs.com/jkr666666/p/7605334.html
Copyright © 2020-2023  润新知