首选项

Posted 最爱小虾

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了首选项相关的知识,希望对你有一定的参考价值。

首选项相关的设置:

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

 

 

以上是关于首选项的主要内容,如果未能解决你的问题,请参考以下文章

使用片段在可Swipable选项卡中加载首选项设置

如何访问 SherlockFragment 中的共享首选项

在“设置”片段中夸大类PreferenceScreen的错误

偏好项目被自动重新设置?

vscode中设置vue代码片段

VS code自定义用户代码片段snippet