In macOS, my Vs Code can't read my extensions if I don't run it as root user.
It happened after I changed owner of /Applications/Visual Studio Code.app/Contents/MacOS/Electron
to install an extension called 'Custom CSS and JS Loader'. I don't what is correct permission here, I don't want to reinstall Vs Code currently.
If I run
ll /Applications/Visual\ Studio\ Code.app/Contents/MacOS
I got this output
-rwxr-xr-x 1 xyh wheel 221K Nov 13 09:01 Electron
Hope to get some help. Thanks !