cse

{
    "workbench.colorTheme": "One Monokai",
    "workbench.iconTheme": "vscode-great-icons",
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.hover.enabled": false,
    "editor.minimap.showSlider": "always",
    "editor.renderLineHighlight": "gutter",
    "editor.showFoldingControls": "always",
    "emmet.triggerExpansionOnTab": true,
    "explorer.confirmDelete": false,
    "files.autoSave": "onWindowChange",
    "workbench.colorCustomizations": {
        "editorLineNumber.foreground": "#93979E"
    },
    "files.associations": {
        "*.wxml":"html",
        "*.wxss":"css"
    },
    "beautify.language": {
        "js": {
            "type": [
                "javascript",
                "json",
                "jsonc",
                "jsx"
            ],
            "filename": [
                ".jshintrc",
                ".jsbeautifyrc"
            ]
        },
        "css": [
            "css",
            "scss",
            "less"
        ],
        "html": [
            "htm",
            "html",
            "wxml"
        ]
    }
}

猜你喜欢

转载自www.cnblogs.com/ak-b/p/9338369.html
cse
今日推荐