anseki / vscode-color

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

Pick a color not doing anything #116

Closed mbaas2 closed 3 years ago

mbaas2 commented 3 years ago

I had the "please wait a while for setting up the extension ..."-issue, but after manually running setup (with NPM), it is gone. But now, when I call "Pick a color" - nothing happens! (Does it require selection of some CSS or so - I'm simply trying to launch it to see it doing something...)

Steps to Reproduce:

  1. Alt+C P

Log (All lines): [Extension Host] Start child process... console.ts:137 [Extension Host] Check version of: electron-prebuilt console.ts:137 [Extension Host] Check version of: comma-separated-values console.ts:137 [Extension Host] Check version of: js-yaml console.ts:137 [Extension Host] Check version of: process-bridge console.ts:137 [Extension Host] Try to send IPC message: 9 console.ts:137 [Extension Host] Try to send IPC message: 10 console.ts:137 [Extension Host] Child process disconnected console.ts:137 [Extension Host] Child process exited with code: 0

anseki commented 3 years ago

Hi @mbaas2, thank you for the comment. Your GPU driver might have a problem. Specify 1 for colorHelper.disableGpu option.

mbaas2 commented 3 years ago

Thanks - that did the trick!

anseki commented 3 years ago

:smile: