glennraya / vscode-settings-json

VS Code settings JSON, CSS, and JS files for IDE minimalist.
386 stars 113 forks source link

Windows blur issue. #15

Open mrjxtr opened 4 days ago

mrjxtr commented 4 days ago

Windows blur issue.

Hey Glenn 👋🏼

I appreciate your replying to the YouTube comments to solve my problem. I wanted to send you context here so we won't need to go back and forth in the comment section and I can add screenshots.

Here is what I've got so far.

image

and as for the script, I created my file but the code inside is just simply copy and paste of what you have in your repo. This file

as for my custom CSS

image

This is the result after reloading and restarting vs code.

image

As you can see, still no blur.

glennraya commented 4 days ago

Hello, I can see that you placed the files under "AppData/Roaming..." directory, try to place the files under other directories like in the desktop or documents folder so it would be like

file:///C:/Users/MyUserName/Documents/custom.css
mrjxtr commented 4 days ago

Hello, I can see that you placed the files under "AppData/Roaming..." directory, try to place the files under other directories like in the desktop or documents folder so it would be like

file:///C:/Users/MyUserName/Documents/custom.css

Still no luck... I moved it to file:///C:/../Documents, file:///C:/../Desktop and even file:///D:/../. I tried to run vscode in admin mode checked the ownership, and renamed the file. trusted all these folders. But nothing worked.

image

glennraya commented 4 days ago

That's weird, I'm pretty sure though, that something else is causing this issue. I experienced before that other customization plugin was conflicting with CSS and JS Loader like the APC++ extension. I don't know about your particular setup, but I think some other extension is conflicting with CSS and JS Loader.

mrjxtr commented 4 days ago

I don't have another extension for customization tho, but your probably right... Something might be conflicting with the CSS and JS loader... I'll continue to tinker with the settings.json and the custom.css files and see if the issue is there.