第0步 以管理员身份运行VScode
首先
需要安装这个扩展
然后
接下来
找到配置文件
再后来
在配置文件的下面但不超过最后一个大括号的地方加入以下内容
"update.enableWindowsBackgroundUpdates": true,
"background.fullscreen": {//设置全屏背景
"images": ["file:///D:/Wallpaper/black-background-monochrome-selective-coloring-anime-girls-simple-background-Oshi-no-Ko-2252942-wallhere.com.png"], // urls of your images 在“///”后面添加自己的图片路径
"opacity": 0.9, // 0.85 ~ 0.95 recommended 不透明度
"size": "cover", // also css, `cover` to self-adaption (recommended),or `contain`、`200px 200px`
"position": "center", // alias to `background-position`, default `center`
"interval": 0 // seconds of interval for carousel, default `0` to disabled.
},
"background.useFront": true,
"background.useDefault": false, //是否使用默认图片
"background.styles": [
{},
{},
{}
],