• vscode 新版设置备份20200221 settings.json


    vscode 新版设置备份20200221

    {
      "sync.gist": "9e6a5f7e8c52047b03c8732ff88aab0e",
      "sync.lastUpload": "2018-08-26T06:45:07.435Z",
      "sync.autoDownload": false,
      "sync.autoUpload": false,
      "sync.lastDownload": "2018-05-15T06:30:38.965Z",
      "sync.forceDownload": false,
      "sync.host": "",
      "sync.pathPrefix": "",
      "sync.quietSync": false,
      "sync.askGistName": false,
      "sync.removeExtensions": true,
      "sync.syncExtensions": true,
      "editor.fontSize": 16,
      "workbench.colorTheme": "Dracula Soft",
      "view-in-browser.customBrowser": "chrome",
      "explorer.confirmDragAndDrop": false,
      "explorer.confirmDelete": false,
      "[vue]": {
        "editor.defaultFormatter": "svipas.prettier-plus"
      },
      "window.zoomLevel": 0,
      "workbench.activityBar.visible": true,
      "window.menuBarVisibility": "default",
      "search.exclude": {
        "**/node_modules": true,
        "**/dist": true,
        "**/bower_components": true
      },
      "terminal.integrated.shell.windows": "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe",
      "git.checkoutType": "local",
      "git.autoRepositoryDetection": false,
      "git.autorefresh": false,
      "editor.detectIndentation": false,
      "editor.formatOnSave": true,
      "eslint.autoFixOnSave": true,
      "eslint.validate": [
        "javascript",
        "javascriptreact",
        {
          "language": "vue",
          "autoFix": true
        }
      ],
      "prettier.eslintIntegration": true,
      "prettier.semi": false,
      "prettier.singleQuote": true,
      "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
      "vetur.format.defaultFormatter.js": "vscode-typescript",
      "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
          "wrap_attributes": "force-aligned"
        },
        "prettyhtml": {
          "printWidth": 100,
          "singleQuote": false
        }
      },
      "editor.tabSize": 2,
      "todo-tree.defaultHighlight": {
        "foreground": "green",
        "type": "none"
      },
      "todo-tree.customHighlight": {
        "TODO": {},
        "FIXME": {}
      },
      "git.autofetch": true,
      "git.enableSmartCommit": true,
      "git.confirmSync": false,
      "vetur.validation.template": false,
      "vetur.format.defaultFormatter.html": "js-beautify-html",
      "[javascript]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
      },
      "javascript.updateImportsOnFileMove.enabled": "always",
      "search.followSymlinks": false,
      "files.exclude": {
        "**/dist": true,
        "**/node_modules": true
      },
      "editor.fontLigatures": true,
      "editor.fontFamily": "'Fira Code',Consolas, 'Courier New', monospace",
      "breadcrumbs.enabled": true,
      "glassit.alpha": 255,
      // "terminal.integrated.shell.windows": "D:\cmder\Cmder.exe"
    
      // java
      // "java.home": "C:\Program Files\Java\jdk1.8.0_171",
      // "maven.executable.path": "C:\java_tool\apache-maven-3.5.3",
      // "java.configuration.maven.userSettings": "C:\java_tool\apache-maven-3.5.3\conf\settings.xml",
      // "maven.terminal.customEnv": [{
      //   "environmentVariable": "JAVA_HOME",
      //   "value": "C:\Program Files\Java\jdk1.8.0_171"
      // }],
      "editor.suggestSelection": "first",
      "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
      "[jsonc]": {
        "editor.defaultFormatter": "HookyQR.beautify"
      },
      "sync.forceUpload": true,
      "[json]": {
        "editor.defaultFormatter": "HookyQR.beautify"
      },
      "[html]": {
        "editor.defaultFormatter": "HookyQR.beautify"
      },
      "todo-tree.highlights.customHighlight": {
        "TODO": {},
        "FIXME": {}
      },
      "todo-tree.highlights.defaultHighlight": {
        "foreground": "green",
        "type": "none"
      },
      "terminal.integrated.rendererType": "experimentalWebgl",
      "editor.minimap.scale": 2,
      "editor.renderWhitespace": "none",
      "editor.renderControlCharacters": false,
      "workbench.iconTheme": "material-icon-theme",
      "editor.codeActionsOnSave": {
        "source.fixAll.eslint": false
      },
    }
    
  • 相关阅读:
    《深入浅出WPF》4.0x名称空间
    《深入浅出WPF》3.0 XAML语法
    DataGridview 自动切换到 下一行
    C# 生成条形码图片,效果不错
    将DataTable 导出为csv
    DataTable,DataGridVIew转换到xls 方法 (转)
    NPOI读取Excel 数据 转。。。
    修改 字段大小
    VC
    统计每天 指定 时间段内 的数据
  • 原文地址:https://www.cnblogs.com/pengchenggang/p/12341398.html
Copyright © 2020-2023  润新知