anseki / vscode-color

Helper with GUI to generate color codes such as CSS color notations.
MIT License
97 stars 27 forks source link

Openning Color Picker Fails with command not found. #120

Closed jdk2 closed 2 years ago

jdk2 commented 2 years ago

I am having an issue opening the color picker on Fedora Linux. I have tried reinstalling more than once. I have included a screenshot of the error I get in the console when I try to open the picker, but it complains about a ./extension file it can't find and sure enough, that is referenced on line 45 of your package.json but does not exist in the extensions folder.

Steps to Reproduce:

  1. Use keyboard shortcut or command pallet to pick a color.
  2. Get an error saying command not found and console error shown below.

Screenshot_2021-11-18_14-44-30 Screenshot_2021-11-17_15-47-33

Log (All lines): (Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)

Activating extension 'anseki.vscode-color' failed: Cannot find module '/home/<user>/.vscode-oss/extensions/anseki.vscode-color-0.4.5/extension'
Require stack:
- /usr/share/codium/resources/app/out/vs/loader.js
- /usr/share/codium/resources/app/out/bootstrap-amd.js
- /usr/share/codium/resources/app/out/bootstrap-fork.js.
anseki commented 2 years ago

Hi @jdk2, thank you for the comment. Sorry, I don't know VSCodium well. The issue might be based upon VSCodium. Try it in official VS Code if you can.

anseki commented 2 years ago

No reply came, then this abandoned issue is closed.