文件传输口

267 阅读1分钟

文件传输口

hook

{
  "background.enabled": true,
  "extensions.ignoreRecommendations": true,
  "eslint.validate": ["javascript", "javascriptreact", "html", "vue", "jsx", "js", "ts", "typescript"],
  "beautify.config": {
    "indent_size": 2,
    "indent_char": " ",
    "css": {
      "indent_size": 2
    },
    "js": {
      "indent_size": 2
    },
    "jsx": {
      "indent_size": 2
    },
    "html": {
      "indent_size": 2
    }
  },
  "git.confirmSync": false,
  "gitlens.keymap": "alternate",
  "files.associations": {
    "*.wpy": "vue",
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
  },
  "explorer.confirmDragAndDrop": false,
  "git.autofetch": true,
  "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    "suppressFileNotUnderSourceControlWarning": false,
    "suppressGitVersionWarning": false,
    "suppressLineUncommittedWarning": false,
    "suppressNoRepositoryWarning": false,
    "suppressResultsExplorerNotice": false,
    "suppressShowKeyBindingsNotice": true
  },
  "beautify.language": {
    // "js": {
    //   "type": ["javascript", "json"],
    //   "filename": [".jshintrc", ".jsbeautify"]
    // },
    "ts": ["ts", "typescript"],
    "css": ["css", "scss"],
    "html": ["htm", "html"],
    "vue": ["vue"]
  },
  "prettier.jsxBracketSameLine": true,
  "explorer.confirmDelete": false,
  "editor.minimap.enabled": false,
  // "emmet.includeLanguages": {
  //   "wxml": "html"
  // },
  "minapp-vscode.disableAutoConfig": true,
  "git.ignoreMissingGitWarning": true,
  "todohighlight.keywords": [
    "TODO",
    "FLAG",
    "MARK",
    "LABEL",
    "NOTE",
    {
      "text": "BUG",
      "color": "#f00",
      "backgroundColor": "#000"
    }
  ],
  "eslint.workingDirectories": [
    "src"
  ],
  "prettier.singleQuote": true,
  "window.zoomLevel": 0,
  "search.followSymlinks": false,
  "code-runner.defaultLanguage": "javascript",
  "prettier.jsxSingleQuote": true,
  "prettier.tabWidth": 2,
  // "prettier.eslintIntegration": true,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  // "jest.debugMode": true,
  // "debug.node.autoAttach": "on",
  "eslint.format.enable": true,
  "[javascriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "terminal.integrated.shell.osx": "/bin/zsh",
  "gitlens.gitCommands.skipConfirmations": [
    "fetch:command",
    "switch:command"
  ],
  "sync.autoDownload": true,
  "sync.autoUpload": true,
  "sync.quietSync": true,
  "[typescript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
},
  "editor.fontSize": 14,
  "workbench.iconTheme": "material-icon-theme",
  "sync.gist": "98e1fc4d8f3aacdec4cba7de135aa3fd",
"leetcode.endpoint": "leetcode-cn",
"jupyter.colorizeInputBox": false,
"peacock.affectActivityBar": false,
"cSpell.userWords": [
  "antd",
  "DEFAULTOCCUPYSTRING",
  "keukenhof",
  "reduxjs"
]
}