美文网首页
vscode配置记录

vscode配置记录

作者: 曹营汉将 | 来源:发表于2018-08-27 18:17 被阅读0次

    配置文件:

    {
        "workbench.iconTheme": "vscode-icons",
        "git.ignoreMissingGitWarning": true,
        "[yaml]": {
            "editor.insertSpaces": true,
            "editor.tabSize": 4,
            "editor.autoIndent": true,
            "editor.fontSize": 14
        },
        "files.autoSave": "onFocusChange",
        "editor.find.autoFindInSelection": true,
        "editor.mouseWheelZoom": true,
        "html.suggest.angular1": false,
        "files.trimTrailingWhitespace": true,
        "files.trimFinalNewlines": true,
        "files.useExperimentalFileWatcher": true,
        "npm.enableScriptExplorer": true,
        "path-intellisense.showHiddenFiles": true,
        "searchRipgrep.enable": true,
        "liveServer.settings.donotShowInfoMsg": true,
        "editor.detectIndentation": true,
        "files.insertFinalNewline": true,
        "explorer.confirmDelete": false,
        "window.zoomLevel": -1,
        "liveServer.settings.donotVerifyTags": true,
        "editor.minimap.enabled": true,
        "workbench.colorTheme": "Chinolor Light"
    }
    
    1535364497(1).jpg

    相关文章

      网友评论

          本文标题:vscode配置记录

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