欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > > 文章正文

我的vscode配置,vscode配置

来源: javaer 分享于  点击 10364 次 点评:115

我的vscode配置,vscode配置


{
    "editor.fontFamily": "'Inziu Iosevka Slab SC','Fira Code','anonymous pro'",
    "editor.fontSize": 15,

    "editor.insertSpaces": false,
    "editor.tabSize": 2,
    "files.trimTrailingWhitespace": true,
    "workbench.editor.enablePreview": false,
    "editor.autoIndent": false,
    "editor.quickSuggestions": {"other": true, "comments": true,"strings": true},
    "editor.quickSuggestionsDelay": 1,
    "git.ignoreMissingGitWarning": true,
    "window.menuBarVisibility": "toggle"
}

相关文章

    暂无相关文章

用户点评