The extension background-cover that allows you to set a background image in VS Code is the solution when it doesn't work on Linux.
Just change the permissions on workbench.desktop.main.css.
$ cd /usr/share/code/resources/app/out/vs/workbench
$ sudo chmod 666 workbench.desktop.main.css
The above is a setting example in Linux Mint, Because the directory may be different depending on the distribution Please specify an appropriate directory.
I think that it is necessary to reconfigure if it is an update.
Recommended Posts