美文网首页
korofileheader自定义配置

korofileheader自定义配置

作者: antlove | 来源:发表于2019-08-03 14:03 被阅读0次
{
    "window.zoomLevel": 0,
    "editor.minimap.enabled": false,
    "breadcrumbs.enabled": true,
    "editor.fontSize": 16,
    "window.menuBarVisibility": "default",
    "vetur.format.options.tabSize": 4,
    "search.exclude": {
        "**/bower_components": false,
        "**/node_modules": false
    },
    "breadcrumbs.symbolPath": "off",
    "workbench.editor.openSideBySideDirection": "down",
    "workbench.editor.labelFormat": "short",
    "workbench.editor.openPositioning": "left",
    "yaml.format.enable": true,
    "fileheader.customMade": {
        "Author": "zhuxiaomin\n", // 作者
        "Date": "Do not edit", // 时间
        "\n# Description": "", // 描述
    },
    "workbench.tree.indent": 20,
    "fileheader.configObj": {
        "language": {
            "ts": {
                "head": "/* ============================================================================= \n#",
                "middle": "# ",
                "end": "#\n============================================================================= */"
            }
        }
    }
}
image.png

相关文章

网友评论

      本文标题:korofileheader自定义配置

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