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",
}
网友评论