anseki / vscode-color

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

Color picker GUI does not show up but mouse hover exists! #125

Closed r4isen1920 closed 2 years ago

r4isen1920 commented 2 years ago

Steps to Reproduce:

  1. Highlight a HEX color text selection
  2. Run "Pick Color" command from the command palette CTRL + SHIFT + P

Please pay attention to the cursor! It changes as if there was something there but nothing really pops-up. ezgif com-gif-maker (1)

I'm a bit naive to these types of stuff. Please let me know if you need any more necessary info.

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

[Extension Host] Start child process...
workbench.desktop.main.js:71 [Extension Host] Check version of: electron-prebuilt
workbench.desktop.main.js:71 [Extension Host] Check version of: comma-separated-values
workbench.desktop.main.js:71 [Extension Host] Check version of: js-yaml
workbench.desktop.main.js:71 [Extension Host] Check version of: npm
workbench.desktop.main.js:71 [Extension Host] Check version of: process-bridge
workbench.desktop.main.js:71 [Extension Host] Try to send IPC message: 15
workbench.desktop.main.js:71 [Extension Host] Try to send IPC message: 16
workbench.desktop.main.js:71 [Extension Host] Child process disconnected
workbench.desktop.main.js:71 [Extension Host] Child process exited with code: 0
r4isen1920 commented 2 years ago

Fixed by setting colorHelper.disableGpu to 1.

anseki commented 2 years ago

:smile: