Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] My background stopped updating to my image. #446

Open
EdgarNonsense opened this issue Apr 8, 2024 · 9 comments
Open

[Bug Report] My background stopped updating to my image. #446

EdgarNonsense opened this issue Apr 8, 2024 · 9 comments
Labels

Comments

@EdgarNonsense
Copy link

Summary | 概述

I recently reopened VSCode to see that the background that I chose had stop working.

  • OS - Win10 :
  • vscode: 1.88

Background Config | 插件的配置

Expected Behaviors | 期望的行为

Screenshots | 截图

image

Basically image isn't going from the default to what I wanted.

Additional Context | 其它信息

@shalldie
Copy link
Owner

shalldie commented Apr 8, 2024

What's your config?

@EdgarNonsense
Copy link
Author

EdgarNonsense commented Apr 14, 2024

"background.enabled": true,
"background.fullscreen": {
"image": "https://preview.redd.it/7uswogiku7mb1.jpg?width=960&crop=smart&auto=webp&s=554101e31dee638762b111c34d251d24d6925c8e", // url of your image
"opacity": 0.95, // 0.85 ~ 0.95 recommended
"size": "cover", // also css, cover to self-adaption (recommended),or contain200px 200px
"position": "center", // alias to background-position, default center
"interval": 0 // seconds of interval for carousel, default 0 to disabled.
},

@suiyun39
Copy link
Collaborator

First, please use images and not image.

Second, the url netowrk is blocked, must login reddit account or use developer token, please pay special attention to this issue.

@EdgarNonsense
Copy link
Author

Updated to this

"background.enabled": true,
"background.fullscreen": {
"images": "https://images.unsplash.com/photo-1519638399535-1b036603ac77?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8fA%3D%3D", // url of your image
"opacity": 0.95, // 0.85 ~ 0.95 recommended
"size": "cover", // also css, cover to self-adaption (recommended),or contain200px 200px
"position": "center", // alias to background-position, default center
"interval": 0 // seconds of interval for carousel, default 0 to disabled.
},

issue still persists

@shalldie
Copy link
Owner

@EdgarNonsense

images is an Array, string[] type. referrence

@suiyun39
Copy link
Collaborator

@EdgarNonsense Can it be used normally now?

@EdgarNonsense
Copy link
Author

Nah, a different issue pulled up, so I kinda gave up on it, it's not even displaying images anymore, I'm assuming it's a conflict from my other extensions

@shalldie
Copy link
Owner

Nah, a different issue pulled up, so I kinda gave up on it, it's not even displaying images anymore, I'm assuming it's a conflict from my other extensions

@EdgarNonsense
Sry to hear that.
If you are willing to try again, you can send us your latest configuration to take a look

@shalldie
Copy link
Owner

  "background.enabled": true,
  "background.fullscreen": {
    "images": [
      "https://images.unsplash.com/photo-1519638399535-1b036603ac77?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8fA%3D%3D"
    ], // url of your image
    "opacity": 0.90, // 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.
  }

This works fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants