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 does not show up in VS Code 1.40.1 #92

Closed DRYN07 closed 4 years ago

DRYN07 commented 4 years ago

Steps to Reproduce:

  1. Select color
  2. Start Color Picker
  3. Nothing happens

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

console.ts:137 [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

Video_2019-11-14_134607

anseki commented 4 years ago

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

DRYN07 commented 4 years ago

Oh God that was too easy... Thank you very much :)

anseki commented 4 years ago

:smile: