KatsuteDev / Background

The most advanced background image extension for VSCode
https://marketplace.visualstudio.com/items?itemName=katsute.code-background
GNU General Public License v2.0
80 stars 5 forks source link

Background image not working at all #241

Closed thomasfrobieter closed 9 months ago

thomasfrobieter commented 10 months ago

Operating System

Windows 11

VSCode Version

1.84.1

Extension Version

2.8.2

Issue

I followed the instructions, set up a window background image from an https URL (and run background: install afterwards), but no background appears.

I also tried different themes, to see if this conflicts somehow, but it's also not working with the vscode default themes.

Tried the same for the editor background, same result. Tried jpg instead webp, no difference.

No idea what I am doing wrong. Image URL is copied from the browser, so.. it's definitely valid.

Settings

  "background.windowBackgrounds": [
    "https://---.de/_static/vscode_wallpapers/half_life_alyx.jpg"
  ],
  "background.useWindowOptionsForAllBackgrounds": true,
  "background.backgroundAlignment": [
    "Top Center",
    "Top Center",
    "Center Center",
    "Center Center"
  ],
  "background.editorBackgrounds": [
    "https://---.de/_static/vscode_wallpapers/half_life_alyx.jpg"
  ],
  "background.backgroundBlur": [
    "0",
    "0",
    "0",
    "0"
  ],
  "background.backgroundOpacity": [
    0.9,
    0.9,
    0.9,
    0.9
  ],
  "background.backgroundRepeat": [
    "No Repeat",
    "No Repeat",
    "No Repeat",
    "No Repeat"
  ],
  "background.backgroundSize": [
    "Cover",
    "Cover",
    "Cover",
    "Cover"
  ],
  "background.backgroundChangeTime": [
    0,
    0,
    0,
    0
  ],

How to replicate

Install the plugin, follow instructions

Katsute commented 10 months ago

This might be an issue with the image host, does the image URL work in an incognito window? Images coming from sites that require a login may not load, even if you are logged in on the browser.

As an alternative, you can try downloading that image and choosing a background from local file.

ghost commented 9 months ago

This issue has been marked as stale because there has been no activity in the last 30 days. This issue will be closed in 14 days if there is no new activity.

This is an automated message, do not reply to this comment.

ghost commented 9 months ago

This issue has been closed because there has been no activity in the last 45 days. Open a new issue if not resolved.

This is an automated message, do not reply to this comment.