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
70 stars 4 forks source link

VSCode fails to load after install #303

Closed polygonnedpotato closed 3 months ago

polygonnedpotato commented 3 months ago

Operating System

Debian Sid (Linux 6.7.9 amd64)

VSCode Version

1.88.0-insider

Extension Version

2.10.0

Settings

{
    "background.windowBackgrounds": [
        "redacted"
    ],
    "background.autoInstall": false,
    "background.renderContentAboveBackground": true,
    "background.smoothImageRendering": true
}

Issue

after installing, VSCode runs into this exception: [69550:0322/205531.622010:INFO:CONSOLE(2933)] "Uncaught SyntaxError: Unexpected identifier 'Oooooo'", source: vscode-file://vscode-app/home/kitsune/Applications/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.desktop.main.js (2933).

How to replicate

  1. Install latest insider build of VSCode.
  2. Install background patch.
  3. watch as vscode does literally nothing.
Katsute commented 3 months ago

This might be caused by a bad image path, do your image paths contain any symbols?

polygonnedpotato commented 3 months ago

no, they shouldn't

Katsute commented 3 months ago

This should be fixed now, update to v2.10.1

polygonnedpotato commented 3 months ago

thanks

update: it works now! :D