be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
878 stars 67 forks source link

Custom CSS and JS Loader not works in vscode@1.92.2 #222

Closed dongkyun-dev closed 2 weeks ago

dongkyun-dev commented 3 months ago

This works well until update vscode to 1.92.2 I also run a command sudo chown -R $(whoami) "/Applications/Visual Studio Code.app/Contents/MacOS/Electron". But It still doesm't work. How do I fix it?

be5invis commented 3 months ago

No repro on my system. Have you modified the permission so that vscode could modify itself?

dannypernik commented 3 months ago

I haven't gotten it to work yet but needed to escape the spaces like so to get the command to run without an error: sudo chown -R $(whoami) /Applications/Visual\ Studio\ Code.app/Contents/MacOS/Electron

Nonetheless, I'm not seeing the UI changes I'm attempting.

joseavr commented 3 months ago

I also have the same issue. :(

I am working on macOS. Vscode 1.92.2

But still the same issue, not loading the CSS and JS

yannis-iG commented 3 months ago

Same issue on Vscode 1.92.2

Screenshot 2024-08-27 at 14 49 49
dongkyun-dev commented 3 months ago

@be5invis I modified permission of vscode by your guide. But It didn't work. I found only solution is change extension to Apc Customize UI++.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.