Closed dongkyun-dev closed 2 weeks ago
No repro on my system. Have you modified the permission so that vscode could modify itself?
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.
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
Same issue on Vscode 1.92.2
@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++.
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.
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?