英文:
Put Image background to visual studio code in ubuntu
问题
我在Ubuntu上安装了Visual Studio Code (VSCode),尝试将一张图片设置为背景,但无论使用哪个扩展都无法成功。我尝试了使用'background-cover'扩展v2.3.3,但它根本不起作用。我还尝试了Doki主题,安装后更改了主题,但没有设置图像背景。在安装Doki主题后,如果我尝试更改主题,它不允许我,而是将我重定向到一个选项卡,以使用此命令更改权限:'sudo chown -R $(whoami) /snap/code/133/usr/share/code/resources/app/out/vs/workbench'。尽管这个命令做出了一些更改,但我仍然遇到相同的问题。我还尝试了使用命令'sudo chown -R $(whoami) /usr/share/code/resources/app/out/vs/workbench',但它说找不到文件夹。我认为我不需要使用这个命令。
我尝试了'sudo apt update && sudo apt upgrade',重新安装了Doki,并更改了图像文件的权限,但没有效果。
英文:
I installed Visual Studio Code (VSCode) on Ubuntu and tried to set an image as the background, but I couldn't do it using any extension. I tried using the 'background-cover' extension v2.3.3, but it simply doesn't work. I also tried the Doki Theme, which changed the theme upon installation, but it didn't set the image background. After installing Doki Theme, if I try to change the theme, it doesn't allow me and instead directs me to a tab to change permissions with this command: 'sudo chown -R $(whoami) /snap/code/133/usr/share/code/resources/app/out/vs/workbench'. Although this command made some changes, I still have the same problem. I also tried using the command 'sudo chown -R $(whoami) /usr/share/code/resources/app/out/vs/workbench', but it says it can't find the folder. I don't think I need to use this command.
i tried sudo apt update && sudo apt upgrade, i reinstalled doki and change permissions on the image file but doesent work
答案1
得分: 1
如果您使用 snap 安装了 vscode,则会出现与 Linux-Snap-VSCode 相关的问题。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论