当前位置:   article > 正文

个人vscode配置(持续更新)_vscode类型“initialstate”上不存在属性“settings”。

vscode类型“initialstate”上不存在属性“settings”。
{
    "editor.tabSize": 2,
    "files.associations": {
        "*.vue": "vue"
    },
    "eslint.autoFixOnSave": true,
    "eslint.options": {
        "extensions": [
            ".js",
            ".vue"
        ]
    },
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "eslint.validate": [
        "javascript",
        {
            "language": "vue",
            "autoFix": true
        },
        "javascriptreact",
        "vue",
        "html",
        "vue-html"
    ],
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "**/dist": true
    },
    "emmet.syntaxProfiles": {
        "javascript": "jsx",
        "vue": "html",
        "vue-html": "html"
    },
    "git.confirmSync": false,
    "window.zoomLevel": 1,
    "vsicons.projectDetection.autoReload": true,
    // "typescript.check.tscVersion": false,
    "editor.renderWhitespace": "boundary",
    "editor.cursorBlinking": "smooth",
  //"workbench.colorTheme": "Visual Studio Light",
  "workbench.iconTheme": "vscode-icons",
    "editor.minimap.enabled": true,
    "editor.minimap.renderCharacters": false,
    // "tslint.autoFixOnSave": true,
    //"editor.fontFamily": "'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
    "beautify.tabSize": 2,
    "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
    // "typescript.extension.sortImports.maxNamedImportsInSingleLine": 5,
    // "typescript.extension.sortImports.omitSemicolon": true,
    "editor.codeLens": true,
  "editor.snippetSuggestions": "top",
  "sublimeTextKeymap.promptV3Features": true,
  "editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"vetur.validation.template": false,
"workbench.colorCustomizations": {
    "tab.activeBackground": "#282c34",
    "activityBar.background": "#282c34",
    "editorGroup.background": "#282c34",
    "sideBar.background": "#282c34"
},
"workbench.colorTheme": "Palenight Theme",
"files.autoSave": "afterDelay",
"go.buildOnSave": true,
"go.lintOnSave": true,
"go.vetOnSave": true,
"go.buildTags": "",
"go.buildFlags": [],
"go.lintFlags": [],
"go.vetFlags": [],
"go.coverOnSave": false,
"go.useCodeSnippetsOnFunctionSuggest": false,
"go.formatOnSave": true,
"go.formatTool": "goreturns",
"go.goroot": "C:\\Users\\Strongboy\\go",
"go.gopath": "D:\\WorkSpace\\Go",
"go.gocodeAutoBuild": false
}
  • 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
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/一键难忘520/article/detail/793266
推荐阅读
相关标签
  

闽ICP备14008679号