shalldie / vscode-background

Bring background images to your vscode. vscode background 背景扩展插件。
https://marketplace.visualstudio.com/items?itemName=shalldie.background
MIT License
1.31k stars 138 forks source link

How can i fix it? #384

Closed ICE0208 closed 1 year ago

ICE0208 commented 1 year ago

The image I set appears on the Install button.. but not on the disable, uninstall buttons, etc, only on the Install button.

[The Image I set]

image

[BUG]

image
shalldie commented 1 year ago

image

image

Strange, I test it ok on my mac, can you show your background config ,and the vscode's version.

ICE0208 commented 1 year ago
vscode
"background.customImages": [
    "/Users/owo/Documents/img/guraguragura.png",
    "/Users/owo/Documents/img/chisato-kawaii.png",
    "/Users/owo/Documents/img/dlf.pt-asuna-yuuki-png-3369377.png",
  ],
  "background.useFront": false,
  "background.useDefault": false,
  "background.styles": [
    {
      "width": "100%",
      "height": "100%",
      "opacity": "0.55",
      "background-size": "60px"
    },
    {
      "background-size": "55px",
      "opacity": "0.55",
      "width": "95%",
      "height": "99.9%"
    },
    {
      "width": "95%",
      "height": "100%",
      "opacity": "0.55",
      "background-size": "60px"
    },
  ],
  "background.loop": false,
image

There's nothing wrong with development, but it's a very strange bug.

shalldie commented 1 year ago

Can't reproduce. I'm upgrading the os to maintain the same environment as you...

What's the version of shalldie.backgorund extension? By the way, please paste your images here, i want to keep all env same as you.