Solution when background-cover of Linux version VS Code does not work

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

Solution when background-cover of Linux version VS Code does not work
Solution when Linux does not recognize the built-in camera
When wildcard specification does not work with pylint
Example of what to do when the sample script does not work (OpenCV-Python)
Command when ACPI shutdown does not work in VirtualBox
Check when the version does not switch with pyenv
Error display (unresolved import'hoge') when importing self-made module does not disappear in VS Code
Day 65 (Solution) Jupyter notebook does not work with Kernel Not Conected.
Python version does not switch
When incrementing the value of a key that does not exist
The story of the release work of the application that Google does not tell
When the program pip installed on Mac / Marvericks does not work
LocateCenterOnScreen does not work on PyAutoGui
[VS Code] ~ Tips when using python ~
[Linux] IP alias does not disappear
Check points when MIDI does not work in a program using SDL_mixer
Check items when the imported python module does not work as expected
Processing when the key input of Python pygame does not go well.
Notes on what to do when matplotlib scatter () / scatter3d () does not work