用户设置
{
"workbench.colorTheme": "Solarized Light",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Courier New",
"editor.fontSize": 16,
"git.autofetch": true,
"files.autoGuessEncoding": true,
}
工作区设置
{
//设置用户选中代码段的颜色
"workbench.colorCustomizations": {
"editor.selectionBackground": "#DEB887"
}
}
网友评论