vscode ownership change

PHOTO EMBED

Thu Dec 23 2021 03:59:53 GMT+0000 (Coordinated Universal Time)

Saved by @mrmendez #scheme

You need to change the owner of VSCode installation files folder into you current user, most likely you can find that folder in /usr/share then apply this command :
sudo chown -R ${whoami} /usr/share/code

After that you can apply the Neon Dreams setup in VSCode and then run this command again to set the owner back to the root:
sudo chown -R root /usr/share/code
content_copyCOPY