在这里插入代码片
{
"editor.fontSize": 18,
"update.enableWindowsBackgroundUpdates": true,
"background.customImages": [
"file:///E:/1.png"
],
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "140%",
"background-repeat": "no-repeat",
"background-size": "100%,100%",
"opacity": 0.1
},
"background.useFront": true,
"workbench.colorTheme": "2077",
"editor.fontLigatures": null,
"editor.mouseWheelZoom": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",
"background.useDefault": false,
"window.zoomLevel": 1,
}