首页 > 其他 > 详细

首选项

时间:2017-12-19 11:46:15      阅读:230      评论:0      收藏:0      [点我收藏+]

首选项相关的设置:

// 将设置放入此文件中以覆盖默认设置
{
    "workbench.iconTheme": "vscode-icons",
    "workbench.colorTheme": "Visual Studio Dark",
    "editor.renderIndentGuides": false,
    "extensions.ignoreRecommendations": true,
    "vsicons.dontShowNewVersionMessage": true,
    "emmet.triggerExpansionOnTab": true,
    "emmet.includeLanguages": {
        "vue-html": "html",
        "vue": "html"
    },
    "files.autoSave": "onFocusChange",
    "bookmarks.saveBookmarksInProject": true,
    "bookmarks.navigateThroughAllFiles": true
}

 

技术分享图片

 

首选项

原文:http://www.cnblogs.com/wang715100018066/p/8064666.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!