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

Blur makes background image disappear or won't work #53

Closed
CarterSnich opened this issue Oct 30, 2022 · 2 comments · Fixed by #66
Closed

Blur makes background image disappear or won't work #53

CarterSnich opened this issue Oct 30, 2022 · 2 comments · Fixed by #66
Assignees
Labels

Comments

@CarterSnich
Copy link

Operating System

Linux (Manjaro KDE)

VSCode Version

1.72.2 (VSCodium)

Extension Version

2.0.2

Issue

Blur sometimes won't work, and sometimes make the background disappear.

Blur 0
Opacity 0.5
image

Blur 2
Opacity 0.5
image

Blur 4 (sometimes value of 2 also makes the bg disappear)
Opacity 0.5
image

How to replicate

Set these values:
image

@Katsute Katsute self-assigned this Oct 30, 2022
@Katsute
Copy link
Member

Katsute commented Oct 30, 2022

The blur property only accepts css units, for example: 0, 50px, 1rem ; it does not accept whole numbers (except 0) or percentages.

I was not able to replicate the disappearing background issue. Please let me know if this issue still occurs after using the correct blur syntax.

@CarterSnich
Copy link
Author

CarterSnich commented Oct 30, 2022

Okay. It works now. For some reason, I have to explicitly do Background: Install and Background: Reload, even after clicking the reload button on the notification that appears after changing some value (on the command palette).

@ghost ghost locked and limited conversation to collaborators Oct 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants