vscode-custom-css icon indicating copy to clipboard operation
vscode-custom-css copied to clipboard

Custom CSS and JS Loader not works in [email protected]

Open miro-ring opened this issue 1 year ago • 5 comments

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?

miro-ring avatar Aug 19 '24 04:08 miro-ring

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

be5invis avatar Aug 19 '24 06:08 be5invis

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.

dannypernik avatar Aug 22 '24 01:08 dannypernik

I also have the same issue. :(

I am working on macOS. Vscode 1.92.2

  • I disabled SIP
  • Then ran succesfully: sudo chown -R $(whoami) /Applications/Visual\ Studio\ Code.app/Contents/MacOS/Electron

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

joseavr avatar Aug 26 '24 09:08 joseavr

Same issue on Vscode 1.92.2 Screenshot 2024-08-27 at 14 49 49

ghost avatar Aug 27 '24 13:08 ghost

@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++.

miro-ring avatar Aug 28 '24 00:08 miro-ring

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.

github-actions[bot] avatar Oct 28 '24 00:10 github-actions[bot]