- Download extension background

- In vscode run Cmd/Ctrl + shift + p then choose open settings (JSON)
- Copy this code & paste into open settings (JSON)
{
"background.enabled": true,
"background.loop": false,
"background.useDefault": false,
"background.useFront": false,
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-position": "center",
"background-size": "contain",
"background-repeat": "no-repeat",
"opacity": 0.1
},
"background.customImages": [
"https://img.indianautosblog.com/2018/10/20/honda-cbr250rr-tricolour-right-front-quarter-db72.jpg"
]
}