• vscode settings


    
    ```cpp
    {
      "[vue]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
      },
      "prettier.singleQuote": true,
      // Set the default
      "editor.formatOnSave": false,
      "prettier.requireConfig": true,
      "[json]": {
          "editor.defaultFormatter": "vscode.json-language-features"
      },
      "files.associations": {
          "*.cjson": "jsonc",
          "*.wxss": "css",
          "*.wxs": "javascript",
          "*.sass": "scss",
          "*.ejs":"html"
      },
      "emmet.includeLanguages": {
          "wxml": "html"
      },
      "minapp-vscode.disableAutoConfig": true,
      "[markdown]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
      },
    //   "terminal.integrated.shell.windows": "",
      "[scss]": {
          "editor.defaultFormatter": "vscode.css-language-features"
      },
      "[html]": {
          "editor.defaultFormatter": "vscode.html-language-features"
      },
      "[css]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
      },
      "editor.codeActionsOnSave": {
          "source.fixAll": false,// && true, // 所有项目使用 自动修复
          "source.fixAll.eslint": true // eslint 项目使用自动修复
      },
      "eslint.codeAction.showDocumentation": {
      "javascript":true,
          "enable": true
      },
      "editor.tabSize": 2,
      "[jsonc]": {
          "editor.defaultFormatter": "Wscats.eno"
      },
      "[dockerfile]": {
          "editor.defaultFormatter": "ms-azuretools.vscode-docker"
      },
      "javascript.updateImportsOnFileMove.enabled": "always",
      "javascript.preferences.quoteStyle": "single",
      "prettier.jsxSingleQuote": true,
      "npm-intellisense.importQuotes": "\"",
      "minapp-vscode.pugQuoteStyle": "\"",
      "prettier.trailingComma": "all",
      "workbench.editorAssociations": {
          "*.ipynb": "jupyter-notebook"
      },
      "eslint.debug": true,
      "eslint.format.enable": true,
      "eslint.lintTask.enable": true,
      "eslint.onIgnoredFiles": "warn",
      "eslint.packageManager": "yarn",
      "vetur.completion.autoImport": false,
      "sync.gist": "fc1481c83fb01baf1b818b817bec4e7a",
      "sync.autoDownload": true,
      "sync.forceDownload": true,
      "sync.quietSync": true,
      "sync.forceUpload": true,
      "sync.autoUpload": true,
      "editor.formatOnPaste": false,
      "editor.formatOnType": false,
      "workbench.iconTheme": "material-icon-theme",
      "editor.suggestSelection": "first",
      "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    
      "[javascript]": {
          "editor.defaultFormatter": "vscode.typescript-language-features"
      },
      "git.autofetch": true,
    //   "terminal.external.windowsExec": "",
      "[yaml]": {
          "editor.defaultFormatter": "redhat.vscode-yaml"
      },
      "fileheader.customMade": {
          "Description":"😀😀😀",
          "Author":"",
          "Date":"",
          "LastEditors":"",
          "LastEditTime":"",
          "FilePath":"",
          "custom_string_obkoro1":"",
      },
      
      "fileheader.configObj": {
          "autoAdd": true,
          "CheckFileChange": false,
          "openFunctionParamsCheck": true,
          "filePathColon": "/", // mac / win \
          "prohibitAutoAdd": [ "json", "md" ] // 禁止.json .md文件,自动添加头部注释
      },
      "backgroundCover.randomImageFolder": "",
      "[typescript]": {
          "editor.defaultFormatter": "dbaeumer.vscode-eslint"
      },
      "powermode.enabled": true,
      "backgroundCover.imagePath": "",
      "[less]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
      },
      "files.autoSaveDelay": 10000,
      "files.autoSave": "afterDelay",
      "js/ts.implicitProjectConfig.experimentalDecorators": true,
      "workbench.colorTheme": "Monokai",
    "powermode.shake.enabled": false,
    "liveServer.settings.port": 0,
    "liveServer.settings.root": "",
    "npm.keybindingsChangedWarningShown": true
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    
    
    • 1
  • 相关阅读:
    Three.js 实现导出模型文件(.glb,.gltf)功能 GLTFExporter
    MIGraphX推理框架第八章-动态Shape
    websocket详解
    神经网络属于人工智能的,人工智能神经系统是
    JVM第六讲:JVM 基础 - Java 内存模型引入
    Java多线程之 理解重排序
    程序员生活
    2022/09/06 day03:命令2
    类的成员之一:代码块
    makefile的编写:由浅入深
  • 原文地址:https://blog.csdn.net/wzwzwz555/article/details/126875700