VScode背景图设置
效果图:
步骤1:
先在扩展中下载background插件
步骤2:
在setting.json配置
"background.useDefault": false,//是否使用默认图片
"background.style": {
"content":"''",
"pointer-events":"none",
"position":"absolute",//图片位置
"width":"100%",
"height":"100%",
"z-index":"99999",
"background.repeat":"no-repeat",
"background-size":"40% 40%",//图片大小
"opacity":0.1 //透明度
},
"background.useFront": true,
"background.customImages": [
"file:///F:/image/c.jpg" //图片地址
],
配置好了更新或者重新打开就可以了
下面是我的效果图,需要背景图片的可以留言
还没有评论,来说两句吧...