vscode自定义背景图片

在首选项设置 配置文件加上以下内容  

vscode自定义背景图片

vscode自定义背景图片 

 "background.customImages":["file:///G:/timg.jpg"],
    "background.style":{
        "content":"''",
        "pointer-events":"none",
        "position":"fixed",
        "top":"30%",
        "left":"80%",
        "width":"20%",
         "height":"20%",
        "z-index":"99999",
        "background.repeat":"no-repeat",
       "background-size":"contain",
        "opacity":0.1
    },