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