Cannot set background image
I tried a lot of ways but it seems that the background wont load up My setting.json
"background.enabled": true,
"background.useDefault": false,
"background.useFront": true,
"background.style": {
"pointer-events": "none",
"position": "absolute",
"width": "100%",
"height": "100%",
"background-repeat": "no-repeat",
"opacity": 1
},
"background.customImages": [
"C:/a.png"
],
}
Plugin only support file or https protocol
Plugin only support
fileorhttpsprotocol
Tried with HTTPS and file protocols, also not work
@SakuraKaslana
Can default images appear?
If so, validate the urls you provide, https://github.com/shalldie/vscode-background/issues/266#issuecomment-931226595
umm, so, does it still not work? i think i found a temporary fix to it
@SakuraKaslana
I think you maybe forget to set "content": "''" on "background.style"
you need this form the files from windows
"file://C:/Myfolders/file.jpg"