美文网首页
2021-04-26

2021-04-26

作者: 蜗牛和曼巴 | 来源:发表于2021-04-26 15:47 被阅读0次

    {
    "editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace, 'Sarasa Mono SC'",
    "editor.fontSize": 20,
    "editor.fontLigatures": true,
    "editor.renderWhitespace": "all",
    "editor.formatOnSave": true,
    "editor.suggestSelection": "first",
    "editor.tabSize": 2,
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
    },
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "material-icon-theme.showWelcomeMessage": false,
    "workbench.startupEditor": "welcomePage",
    "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
    "wrap_attributes": "force-expand-multiline",
    "wrap_line_length": 100,
    }
    },
    "vetur.format.defaultFormatter.js": "none",
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "files.exclude": {
    "/.meta": true,
    "library/": true,
    "local/": true,
    "temp/": true
    },
    "search.exclude": {
    "
    /.anim": true,
    "build/": true,
    "library/": true,
    "temp/": true
    },
    "explorer.compactFolders": false,
    "workbench.editor.enablePreview": true,
    "hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltdLFwicGx1Z2luc1wiOltdLFwicmVjZW50Q29sb3JzXCI6W10sXCJmb3JtYXRXaWR0aFwiOlwiMjQwXCIsXCJjcmVhdGVUYXJnZXRcIjpmYWxzZSxcInBhZ2VGb3JtYXRcIjp7XCJ4XCI6MCxcInlcIjowLFwid2lkdGhcIjo4MjcsXCJoZWlnaHRcIjoxMTY5fSxcInNlYXJjaFwiOnRydWUsXCJzaG93U3RhcnRTY3JlZW5cIjp0cnVlLFwiZ3JpZENvbG9yXCI6XCIjZDBkMGQwXCIsXCJkYXJrR3JpZENvbG9yXCI6XCIjNmU2ZTZlXCIsXCJhdXRvc2F2ZVwiOnRydWUsXCJyZXNpemVJbWFnZXNcIjpudWxsLFwib3BlbkNvdW50ZXJcIjowLFwidmVyc2lvblwiOjE4LFwidW5pdFwiOjEsXCJpc1J1bGVyT25cIjpmYWxzZSxcInVpXCI6XCJcIn0ifQ==",
    "workbench.colorTheme": "Night Owl",
    "go.toolsManagement.autoUpdate": true,
    "workbench.iconTheme": "material-icon-theme"
    }

    相关文章

      网友评论

          本文标题:2021-04-26

          本文链接:https://www.haomeiwen.com/subject/hkserltx.html