anseki / vscode-color

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

Default color picker not showing up #64

Closed MrPickles2009 closed 6 years ago

MrPickles2009 commented 6 years ago

Steps to Reproduce:

  1. Scroll over any color code and this color picker appears:

  2. Settings are set to:

    "colorHelper.disableGpu": 1,
    "colorHelper.disableShadow": true,
    "colorHelper.disableTransparent": true,
    "colorHelper.pickerForm": "default"

    ... so I've gone through the troubleshooting steps.

  3. Expecting to see the following:

anseki commented 6 years ago

Hi @MrPickles2009, thank you for the comment.

Sorry, my English is poor. Do you mean that you want to disable the default color picker (i.e. the first picture you indicated) that is shown by VS Code? Or, do you mean that Color Picker that is this extension is not shown when you executed Pick Color command?

MrPickles2009 commented 6 years ago

ok wow. don't know how I missed that in the documentation 😂 Just ran Pick Color and it worked...

anseki commented 6 years ago

I see. 😄 It is better for you to remove the colorHelper.* settings for the troubleshooting.