Visual Studio Code 护眼绿

2019-04-30  本文已影响0人  lionnner

setttings.json

{
    "debug.allowBreakpointsEverywhere": true,
    "debug.inlineValues": true,
    "code-runner.runInTerminal": true,
    "editor.fontSize": 14,
    "editor.lineHeight": 23,
    "editor.fontLigatures": true,
    "workbench.colorTheme": "Default Light+",
    "workbench.colorCustomizations":{
        "[Default Light+]":{
            "editor.background":"#C7EDCC",
        }
    },
    "workbench.iconTheme": "material-icon-theme",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "java.errors.incompleteClasspath.severity": "ignore",
}
上一篇 下一篇

猜你喜欢

热点阅读