doki-theme / doki-theme-vscode

Cute anime character themes for VS-Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=unthrottled.doki-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install assets

mickaelsv opened this issue · comments

Describe the bug

I can't download download any stickers/wallpapers.
When I press F1 and install any stickers/wallpapers, I get to the "Doki Asset Help".
I ran the following command:
sudo chown -R $(whoami) /snap/code/122/usr/share/code/resources/app/out/vs/workbench

(by replacing $(whoami) by my username, I also tried with and without $, and by typing $USER)
(my username is test, I run:
sudo chown -R test )
the terminal print

chown: modification of the owner of "path" : Only to read (I did not copy/paste the message because it's in french)
when I replace $(whoami) by my username without $ the command seems to work, however I still get to the page "Doki Asset Help"
To Reproduce

  1. Launch VSCode
  2. Press F1
  3. Download any stickers/wallpapers of the extension

Expected Behavior

I expect to be able to download a stickers
Environment

Ubuntu 22.04.2 LTS
64 bits
gnome version:42.5
Wayland
VScode version 1.76.2
Doki Theme v88.1.15

Screenshots

Capture d’écran du 2023-03-29 01-28-58
Capture d’écran du 2023-03-29 01-29-39
Capture d’écran du 2023-03-29 01-30-07

did you solve the problem? if so how?