Describe the bug
I am unable to install packages. When I click "install" on a package in the sidebar, a dialog pops up in the bottom right that says, for example, "Failed to install 'pkief.material-icon-theme'."
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the package to install
Screenshots

Desktop (please complete the following information):


Additional context
Let me know if any debug logs would be helpful :~)
I was just able to fix this after running a chown of the extension directory, but I'm unsure what caused the permissions to be incorrect in the first place. I certainly haven't touched the permissions until now.
I ran:
sudo chown -R myusername ~/.vscode-oss/extensions/
@sdaitzman Thanks for the answer. Fixed.
I installed the VScodium through brew cask install vscodium command as suggested in the website.
I had few files with root user ownership in this folder ~/.vscode-oss/extensions/,
When I tried to watch all the installed extensions then the main file causing the issue was ~/.vscode-oss/extensions/.obselete again with the root user ownership.
with your command, I change the ownership to my user and it worked.
@fahid-aiond 鈽猴笍
Okay, so now that this is confirmed: seems like a next step would be trying to figure out what causes those permissions to be configured like that.
Most helpful comment
I was just able to fix this after running a
chownof the extension directory, but I'm unsure what caused the permissions to be incorrect in the first place. I certainly haven't touched the permissions until now.I ran: