码迷,mamicode.com
首页 > 其他好文 > 详细

首选项

时间:2017-12-19 12:20:18      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:style   ges   indent   work   theme   pre   png   code   false   

首选项相关的设置:

// 将设置放入此文件中以覆盖默认设置
{
    "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
}

 

技术分享图片

 

首选项

标签:style   ges   indent   work   theme   pre   png   code   false   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!