Score:0

Modifying VSCode's CSS: Snap read-only

us flag

I have installed a package for adding themes to VSCode. It overwrites its CSS, and is asking to run the following command to be able to do so:

sudo chown -R $(whoami) /snap/code/65/usr/share/code/resources/app/out/vs/workbench

However, the problem is that /snap is read-only (and likely this is the reason why it cannot modify the CSS templates).

Can I just simply remout it as read/write (sudo mount -o remount,rw /snap/), or should I do something different?

muru avatar
us flag
Snaps are based on squashfs filesystems, which are read-only by design after creation.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.