Giter Club home page Giter Club logo

vscode-color's Introduction

Color Picker for VS Code

VS Marketplace installs GitHub issues David license

Now, VS Code has own Color Picker.

Helper with GUI to generate color codes such as CSS color notations.
And, a command Convert Color to change the color notation.

A dialog box is shown by pressing Alt + C P keys or command Pick Color. If a cursor is positioned on a string that is color notation at that time, that string is selected as target for editing.

s-01

  • Supported color spaces to edit the color: HSB (HSV), RGB, Lab, and CMYK. With alpha channel.
  • Supported color notations to output the color: hsb()/hsba(), hsl()/hsla(), hwb(), rgb()/rgba(), RGB-Hex 3/4/6/8 digits, CSS Named Color, device-cmyk() and gray().
  • Custom color palettes supported.
  • Convert Color command to change the color notation supported.
  • Multiple cursors supported.

s-02

Install

You need Node.js (including NPM) installed and available in your $PATH.
Note: If you use a Node Version Manager (e.g. nvm), the Node.js might not be available in a process VS Code will run, until you make it. (Especially in Windows 10 / Vista, the NPM might not be available.)

Then, launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type ext install, and then look for "Color Picker".
Note: If a few NPM modules that the extension uses are not found in your computer, those will be installed automatically. Then, only when first launching, it may take some little time for setting up. (Please wait for the finish without closing VS Code.)
Note: For alternative NPM (e.g. you are in China and you are using CNPM), see Manual installation NPM modules.

Usage

A dialog box is shown by pressing Alt + C P keys (press P after release Alt and C) or command Pick Color.
If a cursor is positioned on a string that is color notation at that time, that string is selected as target for editing. The color notation is recognized even if it includes line-breaks and comments.
For example:

background-color: hsl(
  136,
  77%, /* When it is blurred, change to 32% */
  84%
  );

Multiple cursors also supported.

You can see tooltip information for some controls in the dialog box by hovering a mouse on those.

Convert Color

When a cursor or multiple cursors are positioned on strings that are color notation, press Alt + C C (press C after release Alt and C) keys or run a command Convert Color.
Then a list of color notations is shown. The target strings are converted to each color with the notation you chose.

s-03

It is converted with the notation you chose and current state of Pick Color dialog box.
For example, you turned on an UC (upper-case) checkbox of RGB-Hex in the dialog box, and you invoked the command Convert Color with a string white as a target and RGB-Hex notation, then that white is converted to #FFF. If you turned off that checkbox, it is converted to #fff.

s-04

Color palettes

You can create custom color palettes. Also, you can specify color palettes that are loaded always, or color palettes that are loaded for only a project.
For example, a color palette as a design theme (or template) for your website is loaded only when that website project is being opened by VS Code.
See colorHelper.storeDir option.

Options

You can specify following options by User Settings or Workspace Settings.

colorHelper.pickerForm

A name of preset package that switches UI and features.
Allowed values are:

  • "default"

default

  • "largePalette"

largePalette

  • "simple"

simple

  • "compact"

compact

  • "compact2"

compact2

  • "byPalette"

byPalette

colorHelper.storeDir

A path to directory that contains your color palettes.
For information about color palettes, see README.md that is found in that directory.

colorHelper.resident

Stands by for a quick response.
After the dialog box is opened, it stays in memory even after it is closed until VS Code is exited (or VS Code might unload it).

colorHelper.formatsOrder

An array that indicates the order of formats in UI (e.g. drop-down list).
Allowed items are "hsb", "hsl", "hwb", "rgb", "hex", "named", "cmyk" or "gray".
This array doesn't have to contain all formats. The formats that are not contained in the array are moved to the top of the list in UI automatically when it was used. If you want to make the list static, specify all formats in the order you desire, e.g. ["hsb", "hsl", "hwb", "rgb", "hex", "named", "cmyk", "gray"].

Rendering trouble

If your GPU driver has a problem, the dialog box might not be shown correctly. The following options try to avoid the problem.
Note: You should not use these if there is no problem. Also, it is not a solution to the root of the problem, and it might not solve the problem.

Steps:

  1. If the dialog box is not shown correctly, set colorHelper.disableGpu to 1.
  2. If that wasn't solved yet, set colorHelper.disableShadow to true.
  3. If that wasn't solved yet, set colorHelper.disableTransparent to true.
  4. If that wasn't solved yet, please visit support page.

colorHelper.disableGpu

If 1 is specified, disable GPU rendering on Windows. By default (-1), it is switched automatically dependent on current platform.

colorHelper.disableShadow

If true is specified, disable drop shadow effect of the dialog box.

colorHelper.disableTransparent

If true is specified, disable transparent window as the dialog box.

Manual installation NPM modules

You might be using your favorite alternative NPM. Also, if you're in China, maybe you are using CNPM instead of NPM.
The following steps install NPM modules manually:

  1. Install the Color Picker extension (see Install), and don't launch the extension yet.
  2. Command:
    cd /d "%USERPROFILE%\.vscode\extensions\anseki.vscode-color-x.x.x" (Windows)
    cd ~/.vscode/extensions/anseki.vscode-color-x.x.x (others)
    The x.x.x above is a version of the extension.
  3. Execute installation command. For example, CNPM:
    cnpm install
  4. Launch the extension after the installing NPM modules was finished.

vscode-color's People

Contributors

anseki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-color's Issues

Not sure if it's a VSCode issue...

  • Extension Version: 0.4.1
  • VS Code Version: 1.13.1
  • OS Version: macOS 10.12.5
  • Node.js Version (result of command node -v): 8.1.2
  • NPM Version (result of command npm -v): 5.0.3

Steps to Reproduce:

  1. CMD + Shift + P
  2. Color Picker

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

[Extension Host] Error: ENOENT: no such file or directory, open [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Attribute using recommended pattern"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Class"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "do...while loop"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Enum"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Exception"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Foreach statement"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Reverse for loop"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "for loop"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "if statement"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Indexer"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Interface"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Safely invoking an event"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Simple iterator"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Named iterator/indexer pair using a nested class"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Lock statement"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "MessageBox.Show"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Namespace"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "#if"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "#region"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Property and backing field"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "propg"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "prop"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Struct"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Switch statement"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Try finally"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Try catch"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "Using statement"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:28 [/Users/{userdir}/.vscode/extensions/ms-vscode.csharp-1.10.0]: The "While loop"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details.
t.$localShowMessage @ workbench.main.js:28
workbench.main.js:29 [Extension Host] Start child process...
workbench.main.js:29 [Extension Host] Error: ENOENT: no such file or directory, open '/Users/{userdir}/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/path.txt'
    at Object.fs.openSync (fs.js:558:18)
    at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20)
    at Object.fs.readFileSync (fs.js:468:33)
    at Object.fs.readFileSync (ELECTRON_ASAR.js:506:29)
    at Object.<anonymous> (/Users/{userdir}/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/index.js:4:42)
    at Object.<anonymous> (/Users/{userdir}/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/index.js:6:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
d.logExtensionHostMessage @ workbench.main.js:29
workbench.main.js:28 [processBridge]: Error: ENOENT: no such file or directory, open '/Users/{userdir}/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/path.txt'

Note: My username is replaced with: {userdir}

Invisible Color Picker Dialog Issue

I try and use the command to bring up the dialog, but it never draws to the screen, it's there as you can see in the screenshot, but I can't see it.

  • Extension Version: 0.2.6
  • VS Code Version: 1.11.2
  • OS Version: Windows 10
  • Node.js Version (result of command node -v): 6.10.2
  • NPM Version (result of command npm -v): 3.10.10

Steps to Reproduce:

  1. Install
  2. Alt + C P

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

[Extension Host] Start child process...
extensionHost.ts:284 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:284 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:284 [Extension Host] Check version of: js-yaml
extensionHost.ts:284 [Extension Host] Check version of: process-bridge
extensionHost.ts:284 [Extension Host] Try to send IPC message: 5
extensionHost.ts:284 [Extension Host] Try to send IPC message: 6
extensionHost.ts:284 [Extension Host] Child process disconnected
extensionHost.ts:284 [Extension Host] Child process exited with code: 0

image

Error on start the extension

  • Extension: 0.2.3
  • VS Code: 1.9.1
  • MacOS 10.12.3
  • Node.js: 7.5.0
  • NPM: 4.2.0
  • Electron: 1.4.13

Steps to Reproduce:

  1. On press opt-c p
  2. Show the error (image)
    captura de tela 2017-02-23 as 13 50 52
[Extension Host] Start child process...
extensionHost.ts:282 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:282 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:282 [Extension Host] Check version of: js-yaml
extensionHost.ts:282 [Extension Host] Check version of: process-bridge
extensionHost.ts:282 [Extension Host] Try to send IPC message: 1
extensionHost.ts:282 [Extension Host] [STDERR]: App threw an error when running [TypeError: Cannot read property 'on' of undefined]
extensionHost.ts:282 [Extension Host] Try to send IPC message: 1

Why is the file size extention too much?

  • Extension Version:
  • VS Code Version: 1.5.3
  • OS Version: Windows 8.1 64-bit
  • Node.js Version (result of command node -v): v6.5.0
  • NPM Version (result of command npm -v): 3.10.3

When I going to %USERPROFILE%\.vscode\extensions (Extension Locally), vscode-color folder size is too large (upper ~120 Mb)
Why?

[processBridge]: Error: ENOENT: no such file or directory, open 'C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt'

  • Extension Version: 0.4.1
  • VS Code Version: 1.13.1
  • OS Version: Windows 10 Version 1703 Build 15063.413
  • Node.js Version (result of command node -v): v6.11.0
  • NPM Version (result of command npm -v): 3.10.10

Steps to Reproduce:

  1. Execute the extension via Alt + C P or via Command Palette (Pick Color)

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

[Extension Host] Error: ENOENT: no such file or directory, open 'C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt'
    at Object.fs.openSync (fs.js:558:18)
    at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20)
    at Object.fs.readFileSync (fs.js:468:33)
    at Object.fs.readFileSync (ELECTRON_ASAR.js:506:29)
    at Object.<anonymous> (C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\index.js:4:42)
    at Object.<anonymous> (C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\index.js:6:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Function.Q.o._load (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:411703)
    at Module.require (module.js:498:17)
    at getHostCmd (C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:316:41)
    at C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
    at Object.exports.sendRequest (C:\Users\svict\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)

Please wait a while for setting up the extension...

  • Extension Version: 0.1.11
  • VS Code Version: 1.6.0-insider (2016-10-01)
  • OS Version: Windows 10
  • Node.js Version (result of command node -v): 6.5.0
  • NPM Version (result of command npm -v): 2.5..19

Steps to Reproduce:

  1. open a css file
  2. hover some color definition, open palette and choose "pick color"

When trying to open the color picker, I'm getting this message at the bottom of the window: Please wait a while for setting up the extension.... After a sec or two, message disappears, and appears again, endlessly. Nothing happens (the color picker isn't opened).

Error: Cannot find module 'ansi'

  • Extension Version: 0.1.11
  • VS Code Version: 1.5.3
  • OS Version: Ubuntu 16.04
  • Node.js Version (result of command node -v): 4.2.6
  • NPM Version (result of command npm -v): 3.5.2

Steps to Reproduce:

  1. Select pick colour in Sass file
  2. No previews and crash when picker chosen.
    image

image

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

[Extension Host] 
threadService.ts:217[Extension Host] Starting new check on: /home/will/local/history-project/_content/history.md [markdown]
threadService.ts:217[Extension Host] Start child process...
threadService.ts:217[Extension Host] Try to get npm via usage info.
threadService.ts:217[Extension Host] npm directory path: /usr/share/npm
threadService.ts:217[Extension Host] npm path: /usr/share/npm/lib/npm.js
threadService.ts:217[Extension Host] Base directory path: /home/will/.vscode/extensions/anseki.vscode-color-0.1.11
threadService.ts:217[Extension Host] Retry (Error: Cannot find module 'electron-prebuilt')
threadService.ts:217[Extension Host] Try to load: /usr/share/npm/lib/utils/spawn.js
threadService.ts:217[Extension Host] Error: Cannot find module 'ansi'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Function.I.n._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:12:25921)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/usr/share/npm/lib/ls.js:15:13)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)(anonymous function) @ threadService.ts:217
messageService.ts:119[processBridge]: Error: Cannot find module 'ansi'

Color Picker not picking up VS Code theme colour. Dark artefacts when hovering Color Picker window.

Issue : The Color Picker extension doesn't pick up the styling of the VS Code theme.
I have a dark theme active in VS Code, but Color Picker appears as (its own?) light theme (1st and 2nd screenshot).
Further more, hovering the Color Picker window makes shades of grey appear (2nd screenshot).

  • Extension Version: 0.2.2
  • VS Code Version:
Version 1.8.1
Commit ee428b0eead68bf0fb99ab5fdc4439be227b6281
Date 2016-12-19T14:41:20.664Z
Shell 1.4.6
Renderer 53.0.2785.143
Node 6.5.0
  • OS Version:
    Linux designbox 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64 GNU/Linux
  • Node.js Version (result of command node -v): v7.4.0
  • NPM Version (result of command npm -v): 4.0.5

Steps to Reproduce:

  1. Alt+C then P in any opened editor window.
  2. Wait for colour picker to appear.

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

  extensionHost.ts:293 [Extension Host] vscode-icons is active!
  extensionHost.ts:293 [Extension Host] Start child process...
  extensionHost.ts:293 [Extension Host] Check version of: electron-prebuilt
  extensionHost.ts:293 [Extension Host] Check version of: comma-separated-values
  extensionHost.ts:293 [Extension Host] Check version of: js-yaml
  extensionHost.ts:293 [Extension Host] Check version of: process-bridge
2 extensionHost.ts:293 [Extension Host] Try to send IPC message: 1
  extensionHost.ts:293 [Extension Host] Try to send IPC message: 2
  extensionHost.ts:293 [Extension Host] Child process disconnected
  extensionHost.ts:293 [Extension Host] Child process exited with code: 0

vscode-color-picker-extension-not-picking-up-theme-colour_cropped

vscode-color-picker-extension-not-picking-up-theme-colour-and-dark-artefacts-when-hovered_cropped

[processBridge]: Error: [email protected] postinstall: `node install.js`

  • Extension Version:
  • VS Code Version: 1.7.2
  • OS Version: Windows 10 (1607)
  • Node.js Version (result of command node -v): v4.6.0
  • NPM Version (result of command npm -v): 2.15.9

Steps to Reproduce:

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

[Extension Host] Looking for parseable documents...
[Extension Host] vscode-icons is active!
[Extension Host] Found all parseable documents.
[Extension Host] Parsing documents and looking for CSS class definitions...
[Extension Host] Sumary:
[Extension Host] 126 parseable documents found
[Extension Host] 14440 CSS class definitions found
[Extension Host] 1076 unique CSS class definitions found
[Extension Host] 5 failed attempts to parse. List of the documents:
[Extension Host] /d:/imgwh/Desktop/Practice/myFocusDemo/js/mf-pattern/mF_YSlider.css
/d:/imgwh/Desktop/Practice/movie/node_modules/grunt-contrib-less/node_modules/less/test/css/media.css
/d:/imgwh/Desktop/Practice/movie/node_modules/grunt-contrib-less/node_modules/less/test/css/property-name-interp.css
/d:/imgwh/Desktop/Practice/movie/node_modules/grunt-contrib-less/node_modules/less/test/css/import-inline.css
/d:/imgwh/Desktop/Practice/movie/node_modules/grunt-contrib-less/node_modules/less/test/css/compression/compression.css

[Extension Host] MANY messages are being SEND FROM the extension host!
[Extension Host] SEND during 1sec: message_count=254, total_len=381
[Extension Host] Start child process...
[Extension Host] Start initializing module...
[Extension Host] [email protected]
[Extension Host] Error: Cannot find module 'npm'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Function.M.d._load (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:12:28523)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at getNpm (C:\Users\imgwh\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:139:15)
    at initModule (C:\Users\imgwh\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:220:10)
    at getHostCmd (C:\Users\imgwh\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:331:9)
    at C:\Users\imgwh\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:394:19
    at Object.exports.sendRequest (C:\Users\imgwh\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:468:34)
[Extension Host] Continue trying to get NPM...
[Extension Host] Try to get NPM via usage info.
[Extension Host] [email protected]
[Extension Host] NPM directory path: C:\Program Files\nodejs\node_modules\npm
[Extension Host] NPM resolved path: C:\Program Files\nodejs\node_modules\npm\lib\npm.js
[Extension Host] Base directory path: C:\Users\imgwh\.vscode\extensions\anseki.vscode-color-0.2.2
[Extension Host] Retry (Error: Cannot find module 'electron-prebuilt')
[Extension Host] Try to load: C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js
[Extension Host] Spawn in silent-mode: C:\Windows\system32\cmd.exe /d /s /c node install.js
[Extension Host] Error: [email protected] postinstall: `node install.js`
Exit status 1
    at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:217:16)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)
    at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
setSelections on invisble editor
[processBridge]: Error: [email protected] postinstall: `node install.js`
Exit status 1

The Color Picker Doesn't Start or show up

  • Extension Version: [email protected]
  • VS Code Version: Version 1.12.2
  • OS Version: Ubuntu 16.10, Linux 4.8.0-53-generic
  • Node.js Version (result of command node -v): v7.10.0
  • NPM Version (result of command npm -v): 4.2.0

Steps to Reproduce:

  1. Press {Alt+c, c/p} or try to open the color picker by any means.

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

workbench.main.js:28 Overwriting extension <<.java>> to now point to mime <<text/x-pde>>
(anonymous) @ workbench.main.js:28
workbench.main.js:28 Overwriting extension <<.fs>> to now point to mime <<text/x-glsl>>
(anonymous) @ workbench.main.js:28
workbench.main.js:29 [Extension Host] vscode-icons is active!
workbench.main.js:29 [Extension Host] Start child process...
workbench.main.js:29 [Extension Host] Error: ENOENT: no such file or directory, open '/home/sam/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/path.txt'
    at Object.fs.openSync (fs.js:558:18)
    at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20)
    at Object.fs.readFileSync (fs.js:468:33)
    at Object.fs.readFileSync (ELECTRON_ASAR.js:506:29)
    at Object.<anonymous> (/home/sam/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/index.js:4:42)
    at Object.<anonymous> (/home/sam/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/index.js:6:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
d.logExtensionHostMessage @ workbench.main.js:29
workbench.main.js:28 [processBridge]: Error: ENOENT: no such file or directory, open '/home/sam/.vscode/extensions/anseki.vscode-color-0.4.1/node_modules/electron-prebuilt/path.txt'

Color picker in React Native files

  • Extension Version: 0.2.5
  • VS Code Version: 1.11.0-insider
  • OS Version: Windows 10
  • Node.js Version (result of command node -v): v6.10.0
  • NPM Version (result of command npm -v): 3.10.10

I'm creating an app with React Native and there I've got a styles.js like this:

export const colors = {
  background: '#F5F2F9',
}

or within the normal files:

export default StyleSheet.create({
  menuBarButton: {
    backgroundColor: '#F5F2F9',
    height: 40,
    marginLeft: 10
  },
})

It would be great if the color picker would also work there.

Superfluous error

When I go to "Color Picker" from the command palette I get the following error:

screen shot 2016-05-12 at 11 45 14 am

Clearly has to do with the actual pop-up menu.
When I type hotkey ⌥C C it works .. Displays some options via drop down palette.
When I type hotkey ⌥C P I get the error seen above (i.e. same as choosing "Select Color" from command palette

windows not working

  • Extension Version:
  • VS Code Version:
  • OS Version:
  • Node.js Version (result of command node -v):
  • NPM Version (result of command npm -v):

Steps to Reproduce:

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


[processBridge]: Error: Cannot get npm

  • Extension Version: 0.1.11
  • VS Code Version: 1.6.1
  • OS Version: Windows 10 x64
  • Node.js Version (result of command node -v): 6.5.0
  • NPM Version (result of command npm -v):

Steps to Reproduce:

  1. When entering the command Ctrl + C P sends the error [processBridge]: Error: Cannot get npm

Log:
Error: Cannot get npm
at initModule (C:\Users\Diego.vscode\extensions\anseki.vscode-color-0.1.11\node_modules\process-bridge\process-bridge.js:216:13)
at getHostCmd (C:\Users\Diego.vscode\extensions\anseki.vscode-color-0.1.11\node_modules\process-bridge\process-bridge.js:329:9)
at C:\Users\Diego.vscode\extensions\anseki.vscode-color-0.1.11\node_modules\process-bridge\process-bridge.js:392:19
at Object.exports.sendRequest (C:\Users\Diego.vscode\extensions\anseki.vscode-color-0.1.11\node_modules\process-bridge\process-bridge.js:466:34)
at pickConvert (C:\Users\Diego.vscode\extensions\anseki.vscode-color-0.1.11\lib\color-helper.js:179:15)
at exports.pick (C:\Users\Diego.vscode\extensions\anseki.vscode-color-0.1.11\lib\color-helper.js:218:24)

Thanks

Error: Cannot find module 'ansi'

  • Extension Version: 0.2.1
  • VS Code Version: 1.7.1
  • OS Version: Linux
  • Node.js Version (result of command node -v): Not available globally
  • NPM Version (result of command npm -v): Not available globally

Steps to Reproduce:

  1. Select Color Picker from command palette

Log:

Error: Cannot find module 'ansi'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Function.M.d._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:12:28523)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/npm/lib/ls.js:15:13)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Function.M.d._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:12:28523)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/npm/lib/install.js:110:10)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Function.M.d._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:12:28523)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.get [as install] (/usr/share/npm/lib/npm.js:192:17)
    at /home/dz0ny/.vscode/extensions/anseki.vscode-color-0.2.1/node_modules/process-bridge/process-bridge.js:255:19
    at EventEmitter.<anonymous> (/home/dz0ny/.vscode/extensions/anseki.vscode-color-0.2.1/node_modules/process-bridge/process-bridge.js:391:19)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)

Error? Bug?

  • Extension Version: 0.2.2
  • VS Code Version: 1.7.1
  • OS Version: Win10 redstone 1
  • Node.js Version (result of command node -v): 6.9.1
  • NPM Version (result of command npm -v): 3.8+

Steps to Reproduce:

  1. install extendsion
  2. alt+c p or global command 'color picker' , can show GUI.....everytime show this status;

image

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

Host] Error: Cannot find module 'npm'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Function.M.d._load (d:\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:12:28523)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at getNpm (C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:139:15)
    at initModule (C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:220:10)
    at getHostCmd (C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:331:9)
    at C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:394:19
    at Object.exports.sendRequest (C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:468:34)
    at pickConvert (C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\lib\color-helper.js:180:15)
    at exports.pick (C:\Users\crper\.vscode\extensions\anseki.vscode-color-0.2.2\lib\color-helper.js:220:24)
    at t.$executeContributedCommand (d:\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:10:25694)
    at t.e.handle (d:\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:10:10602)
    at s (d:\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:7:21356)
    at p (d:\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:7:22033)

I shold install node and npm on global environment!!!

image

[feature] React Native Stylesheets support (styles in js)

Love your plugin! Have you considered supporting react native stylesheets - styles in javascript files? IMHO it would be enough to detect color strings in object literals. Here is a example:

import { StyleSheet } from 'react-native';
...
const textShadow = {
  textShadowColor: '#000000', // <--- HERE
  textShadowRadius: 4,
  textShadowOffset: { width: 0, height: 0 },
  shadowOpacity: 0.5
};

const styles = StyleSheet.create({
  container: {
    backgroundColor: 'transparent'
  },
  title: {
    color: '#FFFFFF', // <--- HERE
    ...textShadow
  },
  date: {
    color: '#FFFFFF', // <--- HERE
    ...textShadow
  }
});

Cheers

Color Picker Error processBridge Cannot find module 'ansi'

  • Extension Version: Current
  • VS Code Version: 1.6.1
  • OS Version: Ubuntu 16.04
  • Node.js Version (result of command node -v): (nodejs -v) 4.2.6
  • NPM Version (result of command npm -v): 3.5.2

Steps to Reproduce:

  1. Mark e.g. rgba(255, 255, 255, 0) in CSS
  2. Command Pallete -> Color Picker
  3. Error: [processBridge] Error: Cannot find module 'ansi'

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

Error: Cannot find module 'ansi'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Function.N.n._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:13:19970)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/npm/lib/ls.js:15:13)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Function.N.n._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:13:19970)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/npm/lib/install.js:110:10)
    at Module._compile (module.js:556:32)

Detect color by double click

  • Extension Version:
  • VS Code Version: 1.5.3
  • OS Version: Windows 8.1 64-bit
  • Node.js Version (result of command node -v): v6.5.0
  • NPM Version (result of command npm -v): 3.10.3

Steps to Reproduce:

is better when double click then show palette color instead of ctrl+c p
Example:
7bd81b62-84a8-11e6-805d-bd1aa510a044

please wait a while for setting up the extension ...

  • Extension Version:
  • VS Code Version:
  • OS Version:
  • Node.js Version (v7.10.0):
  • NPM Version (4.5.0):

Steps to Reproduce:

  1. Alt + c p
  2. dispaly: please wait a while for settting up the extension...(still flash)

waiting for 30 minutes and still display the :(please wait a while for settting up the extension... ) and still flash.Then I uninstall it and remove the root file and reinstall it and still that.

[processBridge]: Error: [email protected] postinstall: `node install.js`

  • Extension Version: 0.2.2
  • VS Code Version: 1.9.0-insider
  • OS Version: Windows 10 14986
  • Node.js Version (result of command node -v): 7.2.1
  • NPM Version (result of command npm -v): 3.10.10

Steps to Reproduce:

  1. Install the extension
  2. Try to pick a color
  3. Wait a while while it says "Please wait while setting up the extension"

Result:

[processBridge]: Error: [email protected] postinstall: node install.js

Log (All lines):

Overwriting extension <<.js>> to now point to mime <<text/x-javascript>>
mime.ts:59 Overwriting extension <<.tag>> to now point to mime <<text/x-htmltag>>
mime.ts:59 Overwriting extension <<.log>> to now point to mime <<text/x-log>>
mime.ts:59 Overwriting extension <<.vbs>> to now point to mime <<text/x-vbscript>>
mainThreadExtensionService.ts:103 [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: lattet.$localShowMessage @ mainThreadExtensionService.ts:103
mainThreadExtensionService.ts:103 [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: tplt.$localShowMessage @ mainThreadExtensionService.ts:103
mainThreadExtensionService.ts:103 [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: tst.$localShowMessage @ mainThreadExtensionService.ts:103
mainThreadExtensionService.ts:103 [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: hamlt.$localShowMessage @ mainThreadExtensionService.ts:103
mainThreadExtensionService.ts:103 [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: erbt.$localShowMessage @ mainThreadExtensionService.ts:103
mainThreadExtensionService.ts:109 [C:/Users/david/.vscode-insiders/extensions/fknop.vscode-npm-3.3.0]: Command `npm-script.start` appears multiple times in the `commands` section.
mainThreadExtensionService.ts:109 [C:/Users/david/.vscode-insiders/extensions/fknop.vscode-npm-3.3.0]: Command `npm-script.test` appears multiple times in the `commands` section.
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2601  for  bookmarks.toggle
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2602  for  bookmarks.jumpToNext
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2600  for  bookmarks.jumpToPrevious
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2604  for  extension.createNewFile
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2593  for  extension.baseConverter.anyToAny
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  170002978  for  docthis.documentThis
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  170068514  for  docthis.documentEverything
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  171182626  for  docthis.documentEverythingVisible
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2593  for  extension.convertSelection
keybindingsRegistry.ts:109 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2595  for  PowerShell.ExpandAlias
keybindingResolver.ts:193 Conflict detected, command `editor.action.formatSelection` cannot be triggered by ctrl+k due to extension.filterText
keybindingResolver.ts:193 Conflict detected, command `workbench.action.togglePanel` cannot be triggered by ctrl+j due to extension.join-lines
keybindingResolver.ts:193 Conflict detected, command `workbench.action.openRecent` cannot be triggered by ctrl+r due to npm-script.showOutput
keybindingResolver.ts:193 Conflict detected, command `editor.debug.action.toggleBreakpoint` cannot be triggered by f9 due to sortLines.sortLines
keybindingResolver.ts:193 Conflict detected, command `workbench.action.openRecent` cannot be triggered by ctrl+r due to npm-script.run
keybindingResolver.ts:193 Conflict detected, command `workbench.action.openRecent` cannot be triggered by ctrl+r due to npm-script.rerun-last-script
keybindingResolver.ts:193 Conflict detected, command `PowerShell.OnlineHelp` cannot be triggered by ctrl+f1 due to extension.launchHelp
keybindingResolver.ts:193 Conflict detected, command `workbench.action.openRecent` cannot be triggered by ctrl+r due to npm-script.terminate-script
keybindingResolver.ts:193Conflict detected, command `workbench.action.openRecent` cannot be triggered by ctrl+r due to npm-script.test
extensionHost.ts:261[Extension Host] git (vscode.git) uses PROPOSED API which is subject to change and removal without notice
extensionHost.ts:261[Extension Host] DEPRECATION: @memoize is deprecated and will be removed shortly. Use @decorate with lodash's memoize helper.

  https://github.com/jayphelps/core-decorators.js#decorate
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: latted.logExtensionHostMessage @ extensionHost.ts:261
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: tpld.logExtensionHostMessage @ extensionHost.ts:261
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: tsd.logExtensionHostMessage @ extensionHost.ts:261
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: hamld.logExtensionHostMessage @ extensionHost.ts:261
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/wcwhitehead.bootstrap-3-snippets-0.0.9]: Unknown language in `contributes.snippets.language`. Provided value: erbd.logExtensionHostMessage @ extensionHost.ts:261
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/fknop.vscode-npm-3.3.0]: Command `npm-script.start` appears multiple times in the `commands` section.
extensionHost.ts:261[Extension Host] [C:/Users/david/.vscode-insiders/extensions/fknop.vscode-npm-3.3.0]: Command `npm-script.test` appears multiple times in the `commands` section.
extensionHost.ts:261[Extension Host] Windows_NT
extensionHost.ts:261[Extension Host] Uncaught Exception:  Error: Language client is not ready yetd.logExtensionHostMessage @ extensionHost.ts:261
extensionHost.ts:261[Extension Host] Error: Language client is not ready yet
    at LanguageClient.sendRequest (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\node_modules\vscode-languageclient\lib\main.js:582:19)
    at colorRequestor (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\client\out\cssMain.js:43:23)
    at updateDecorationForEditor (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\client\out\colorDecorators.js:67:9)
    at Timeout._onTimeout (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\client\out\colorDecorators.js:58:25)
    at tryOnTimeout (timers.js:232:11)
    at Timer.listOnTimeout (timers.js:202:5)d.logExtensionHostMessage @ extensionHost.ts:261
shell.ts:433Language client is not ready yet: Error: Language client is not ready yet
    at LanguageClient.sendRequest (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\node_modules\vscode-languageclient\lib\main.js:582:19)
    at colorRequestor (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\client\out\cssMain.js:43:23)
    at updateDecorationForEditor (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\client\out\colorDecorators.js:67:9)
    at Timeout._onTimeout (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\extensions\css\client\out\colorDecorators.js:58:25)
    at tryOnTimeout (timers.js:232:11)
    at Timer.listOnTimeout (timers.js:202:5)e.onUnexpectedError @ shell.ts:433
shell.ts:433Failed to execute gite.onUnexpectedError @ shell.ts:433
winjs.base.js:45WARNING: Promise with no error callback:140
winjs.base.js:46Object
extensionHost.ts:261[Extension Host] rejected promise not handled within 1 second
extensionHost.ts:261[Extension Host] Start child process...
extensionHost.ts:261[Extension Host] Start initializing module...
extensionHost.ts:261[Extension Host] [email protected]
extensionHost.ts:261[Extension Host] Error: Cannot find module 'npm'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Function.i._load (c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:13:19120)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at getNpm (C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:139:15)
    at initModule (C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:220:10)
    at getHostCmd (C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:331:9)
    at C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:394:19
    at Object.exports.sendRequest (C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:468:34)
extensionHost.ts:261[Extension Host] Continue trying to get NPM...
extensionHost.ts:261[Extension Host] Try to get NPM via usage info.
extensionHost.ts:261[Extension Host] [email protected]
extensionHost.ts:261[Extension Host] NPM directory path: C:\Program Files\nodejs\node_modules\npm
extensionHost.ts:261[Extension Host] NPM resolved path: C:\Program Files\nodejs\node_modules\npm\lib\npm.js
extensionHost.ts:261[Extension Host] Base directory path: C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2
extensionHost.ts:261[Extension Host] Retry (Error: Cannot find module 'electron-prebuilt')
extensionHost.ts:261[Extension Host] Try to load: C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\esparse -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\esprima\bin\esparse.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\esvalidate -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\esprima\bin\esvalidate.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\mkdirp -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\mkdirp\bin\cmd.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\ncp -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\ncp\bin\ncp
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\semver -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\semver\bin\semver
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\strip-indent -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\strip-indent\cli.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\strip-json-comments -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\strip-json-comments\cli.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\rc -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\rc\index.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\har-validator -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\har-validator\bin\har-validator
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\sshpk-conv -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\sshpk\bin\sshpk-conv
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\sshpk-sign -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\sshpk\bin\sshpk-sign
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\sshpk-verify -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\sshpk\bin\sshpk-verify
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\uuid -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\uuid\bin\uuid
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\pretty-bytes -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\pretty-bytes\cli.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\rimraf -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\rimraf\bin.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\nugget -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\nugget\bin.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\electron-download -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\electron-download\cli.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\extract-zip -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\extract-zip\cli.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\electron -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\electron-prebuilt\cli.js
extensionHost.ts:261[Extension Host] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\js-yaml -> C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2\node_modules\js-yaml\bin\js-yaml.js
extensionHost.ts:261[Extension Host] Spawn in silent-mode: C:\WINDOWS\system32\cmd.exe /d /s /c node install.js
extensionHost.ts:261[Extension Host] [email protected] C:\Users\david\.vscode-insiders\extensions\anseki.vscode-color-0.2.2
+-- [email protected] 
+-- [email protected] 
| +-- [email protected] 
| | `-- [email protected] 
| `-- [email protected] 
`-- [email protected] 
  `-- [email protected] 

extensionHost.ts:261[Extension Host] Error: [email protected] postinstall: `node install.js`
Exit status 1
    at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)
    at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)d.logExtensionHostMessage @ extensionHost.ts:261
messageService.ts:126[processBridge]: Error: [email protected] postinstall: `node install.js`
Exit status 1e.doShow @ messageService.ts:126
shell.ts:433Failed to execute gite.onUnexpectedError @ shell.ts:433
winjs.base.js:45WARNING: Promise with no error callback:144
winjs.base.js:46Object
extensionHost.ts:261[Extension Host] rejected promise not handled within 1 second

[processBridge]: Error: Cannot find module 'ansi'

after installing the extension on Visual Studio Code on linux mint 18.1, the first launch pops the error mesage :
[processBridge]: Error: Cannot find module 'ansi'

node -v : v4.2.6
npm -v : 3.5.2

nod and npm were installed using synaptics (deb depots).
node-ansi installed (0.3.0-2)
node-ansi-color-table installed to (1.0.0-1)

Error: [email protected] postinstall: `node install.js`

  • Extension Version:
  • VS Code Version:
  • OS Version:
  • Node.js Version (7.10.0):
  • NPM Version (4.5.0):

Steps to Reproduce:

  1. after ctrl c p
  2. display "wait a while for installing "

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

[Extension Host] Error: [email protected] postinstall: `node install.js`
Exit status 1
    at EventEmitter.<anonymous> (C:\Users\zjl\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:279:16)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)
    at ChildProcess.<anonymous> (C:\Users\zjl\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40:14)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:885:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
d.logExtensionHostMessage @ /D:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/D:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 [processBridge]: Error: [email protected] postinstall: `node install.js`
Exit status 1
e.doShow @ /D:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28

[processBridge]: Error: [email protected] postinstall: `node install.js` i get this error when I try to pick a color

  • Extension Version:
  • VS Code Version:
  • OS Version:
  • Node.js Version (result of command node -v):
  • NPM Version (result of command npm -v):

Steps to Reproduce:

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

[Extension Host] TextEditor is closed/disposed
d.logExtensionHostMessage @ workbench.main.js:29
workbench.main.js:29 [Extension Host] Error: [email protected] postinstall: `node install.js`
Exit status 1
    at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)
    at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:885:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
d.logExtensionHostMessage @ workbench.main.js:29
workbench.main.js:28 [processBridge]: Error: [email protected] postinstall: `node install.js`
Exit status 1
e.doShow @ workbench.main.js:28

ALT + C P, not working

  • Extension Version: 0.2.2
  • VS Code Version: 1.8.1
  • OS Version: win 10
  • Node.js Version (result of command node -v): 6.9.1
  • NPM Version (result of command npm -v): 4.0.2

Steps to Reproduce:

  1. Install
  2. ALT + C P

The extension works when invoking from the command palette, but it does not set up the necessary keyboard shortcut:
The key combination (ALT + C, ALT + P) is not a command

color picker opens on a different space (desktop) on macos when in fullscreen

Before latest update, I was unable to open color picker on mac. Now it is fixed, however the color picker opens on another space than the one vscode is open. I guess this has something to do with that the tool behaves as a window rather than a dialog, hence mac moves it to another space.

Steps to Reproduce:

  1. Enter full screen on a mac
  2. open the color picker

i3 workaround for color picker window not marked as "tool window popup"

When you're using a tiling window manager like i3 on linux the color picker comes up as a regular window which means it takes up half the screen space. The color picker in atom doesn't do that.

This issue can be worked around in the i3 config file, by adding this:
for_window [class="vscode-color-ui"] floating enable

image

"[processBridge]: Error: Unknown version of npm"

When running the "pick color" command, after a short delay, I receive the afore-mentioned error message.

VS Code v1.4.0
OS X 10.11.6 (El Capitan)
Node v5.10.1
NPM v3.8.6

I am using NVM, which very well could be contributing to the issue. My integrated terminal works, including running node -v and npm -v (how I got the numbers above). Please let me know if you need me to clarify anything else. Thanks for all your hard work on this, can't wait to get it working!

Color Palette customization

  • Extension Version: 0.4.1
  • VS Code Version: 1.13.0
  • OS Version: Win 10 (14393) x64

In documentation:

Also, you can specify color palettes that are loaded always, or color palettes that are loaded for only a project.

I don't see any settings to exclude some palettes. How to achieve that?

Can I set a environment variable in colorHelper.storeDir to point to the default VS Code user settings directory for instance? So I could create my own palettes that would be sync with my other user settings.

not work vscode win10

  • Extension Version:
  • VS Code Version:
  • OS Version:
  • Node.js Version (result of command node -v):
  • NPM Version (result of command npm -v):

Steps to Reproduce:

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


Error[processBridge]: Error: Cannot get NPM

  • Extension Version: 0.4.1
  • VS Code Version: 1.13.0
  • OS Version: Win10
  • Node.js Version (result of command node -v): nothing
  • NPM Version (result of command npm -v): nothing

I don't know why I should have Node and NPM installed, VScode reports Node 7.4.0 in Help/About.

Steps to Reproduce:

  1. install package
  2. ALT+C, P

Log (All lines):
(Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)
[C:\Users\pbaksa.vscode\extensions\fknop.vscode-npm-3.3.0]: Command npm-script.start appears multiple times in the commands section.
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 [C:\Users\pbaksa.vscode\extensions\fknop.vscode-npm-3.3.0]: Command npm-script.test appears multiple times in the commands section.
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 Overwriting extension <<.xml>> to now point to mime <<text/x-gdl>>
(anonymous) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender: e for bookmarks.toggle
e._assertNoCtrlAlt @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender: e for bookmarks.jumpToNext
e._assertNoCtrlAlt @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender: e for bookmarks.jumpToPrevious
e._assertNoCtrlAlt @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: ENOENT: no such file or directory, scandir 'C:\Users\pbaksa\AppData\Local\GitHub'
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Start child process...
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Start initializing module...
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] [email protected]
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Cannot find module 'npm'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Function.Q.o._load (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:411703)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at getNpm (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:139:15)
at initModule (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:10)
at getHostCmd (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
at C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
at Object.exports.sendRequest (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Continue trying to get NPM...
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Try to get NPM via usage info.
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Command failed: npm help
'npm' is not recognized as an internal or external command,
operable program or batch file.

at checkExecSyncError (child_process.js:502:13)
at execSync (child_process.js:542:13)
at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:152:27
at getNpm (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:161:11)
at initModule (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:10)
at getHostCmd (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
at Object.exports.sendRequest (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
at pickConvert (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:187:15)

/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Try to get NPM via command path.
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Command failed: where npm
INFO: Could not find files for the given pattern(s).

at checkExecSyncError (child_process.js:502:13)
at execSync (child_process.js:542:13)
at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:172:22
at getNpm (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:184:11)
at initModule (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:10)
at getHostCmd (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
at Object.exports.sendRequest (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
at pickConvert (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:187:15)

/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Try to get NPM in global directory.
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Command failed: npm root -g
'npm' is not recognized as an internal or external command,
operable program or batch file.

at checkExecSyncError (child_process.js:502:13)
at execSync (child_process.js:542:13)
at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22)
at getNpm (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:195:11)
at initModule (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:10)
at getHostCmd (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
at Object.exports.sendRequest (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
at pickConvert (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:187:15)
at exports.pick (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:229:24)

/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Try to get NPM via node path.
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Command failed: node -p "process.execPath"
'node' is not recognized as an internal or external command,
operable program or batch file.

at checkExecSyncError (child_process.js:502:13)
at execSync (child_process.js:542:13)
at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:203:22
at getNpm (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:205:11)
at initModule (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:10)
at getHostCmd (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
at C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
at Object.exports.sendRequest (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
at pickConvert (C:\Users\pbaksa\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:187:15)

/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Cannot get NPM
at initModule (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:28)
at getHostCmd (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
at C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
at Object.exports.sendRequest (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
at pickConvert (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:187:15)
at exports.pick (C:\Users\pbaksa.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:229:24)
at t.$executeContributedCommand (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:330741)
at t.e.handle (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:312304)
at s (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:176531)
at h (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:177208)
d.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 [processBridge]: Error: Cannot get NPM

run slowly and ... .

  • Extension Version:
  • VS Code Version: 1.5.2
  • OS Version: Windows 8.1 64-bit
  • Node.js Version (result of command node -v): v6.5.0
  • NPM Version (result of command npm -v): 3.10.3

Steps to Reproduce:
Hi

Have some problems:

  1. very slowly to run. (for example when ctrl+c p , then after 5 or 6 secound running... .)
  2. is better when double click then show palette color instead of ctrl+c p

Thank you

[processBridge]: Error: [email protected] postinstall: `node install.js`

  • Extension Version: 0.4.1
  • VS Code Version: 1.11.2
  • OS Version: Windows 7 X64
  • Node.js Version: 6.10.2
  • NPM Version: 3.10.10

Steps to Reproduce:

  1. install
  2. ctrl+shift+p => "pick color"

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

/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Start child process...
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Start initializing module...
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] [email protected]
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Error: Cannot find module 'npm'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Function.J.i._load (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:4:374834)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at getNpm (C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:139:15)
    at initModule (C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:220:10)
    at getHostCmd (C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:331:9)
    at C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:394:19
    at Object.exports.sendRequest (C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\process-bridge\process-bridge.js:468:34)
    at pickConvert (C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:187:15)
    at exports.pick (C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\lib\color-helper.js:229:24)
    at t.$executeContributedCommand (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:4:295493)
    at t.e.handle (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:4:277319)
    at s (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:4:135077)
    at h (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:4:135754)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Continue trying to get NPM...
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Try to get NPM via usage info.
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] [email protected]
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] NPM directory path: C:\Users\kyle\AppData\Roaming\nvm\v6.10.2\node_modules\npm
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] NPM resolved path: C:\Users\kyle\AppData\Roaming\nvm\v6.10.2\node_modules\npm\lib\npm.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Base directory path: C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Retry (Error: Cannot find module 'electron-prebuilt')
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Try to load: C:\Users\kyle\AppData\Roaming\nvm\v6.10.2\node_modules\npm\lib\utils\spawn.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\esvalidate -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\esprima\bin\esvalidate.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\esparse -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\esprima\bin\esparse.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\mkdirp -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\mkdirp\bin\cmd.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\ncp -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\ncp\bin\ncp
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\semver -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\semver\bin\semver
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\strip-indent -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\strip-indent\cli.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\rc -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\rc\index.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\sshpk-conv -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\sshpk\bin\sshpk-conv
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\sshpk-sign -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\sshpk\bin\sshpk-sign
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\sshpk-verify -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\sshpk\bin\sshpk-verify
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\uuid -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\uuid\bin\uuid
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\pretty-bytes -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\pretty-bytes\cli.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\rimraf -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\rimraf\bin.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\nugget -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\nugget\bin.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\electron-download -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-download\cli.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\extract-zip -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\extract-zip\cli.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\electron -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\cli.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\js-yaml -> C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\js-yaml\bin\js-yaml.js
/C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/electron-browser/workbench.main.js:29 [Extension Host] Spawn in silent-mode: C:\windows\system32\cmd.exe /d /s /c node install.js
extensionHost.ts:284 [Extension Host] [email protected] C:\Users\kyle\.vscode\extensions\anseki.vscode-color-0.4.1
+-- [email protected] 
+-- [email protected] 
| +-- [email protected] 
| | `-- [email protected] 
| `-- [email protected] 
`-- [email protected] 
  `-- [email protected] 

extensionHost.ts:284 [Extension Host] TextEditor is closed/disposed
extensionHost.ts:284 [Extension Host] Error: [email protected] postinstall: `node install.js`
Exit status 1
    at EventEmitter.<anonymous> (C:\Users\kyle\AppData\Roaming\nvm\v6.10.2\node_modules\npm\lib\utils\lifecycle.js:255:16)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)
    at ChildProcess.<anonymous> (C:\Users\kyle\AppData\Roaming\nvm\v6.10.2\node_modules\npm\lib\utils\spawn.js:40:14)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)d.logExtensionHostMessage @ extensionHost.ts:284(anonymous function) @ extensionHost.ts:139emitTwo @ events.js:106emit @ events.js:191process.nextTick @ internal/child_process.js:744_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
messageService.ts:126 [processBridge]: Error: [email protected] postinstall: `node install.js`
Exit status 1

Removed extension folder and re-install 3+ times T..T

Color picker does not show up

  • Extension Version: 0.4.1
  • VS Code Version: 1.13.1
  • OS Version: Windows 10 x64
  • Node.js Version (result of command node -v): 8.1.1
  • NPM Version (result of command npm -v): 5.0.1

Steps to Reproduce:

  1. Press alt+ c + p

Occurrence:

It does not display the color picker (Altough it seems to be invisible)

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

[Extension Host] added 156 packages in 17.04s
extensionHost.ts:293 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:293 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:293 [Extension Host] Check version of: js-yaml
extensionHost.ts:293 [Extension Host] Check version of: process-bridge
extensionHost.ts:293 [Extension Host] Try to send IPC message: 1
extensionHost.ts:293 [Extension Host] Try to send IPC message: 2
extensionHost.ts:293 [Extension Host] Child process disconnected
extensionHost.ts:293 [Extension Host] Child process exited with code: 0
extensionHost.ts:293 [Extension Host] Start child process...
extensionHost.ts:293 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:293 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:293 [Extension Host] Check version of: js-yaml
extensionHost.ts:293 [Extension Host] Check version of: process-bridge
extensionHost.ts:293 [Extension Host] Try to send IPC message: 3
extensionHost.ts:293 [Extension Host] Try to send IPC message: 4
extensionHost.ts:293 [Extension Host] Child process disconnected
extensionHost.ts:293 [Extension Host] Child process exited with code: 0

Pick Color window don't display

  • Extension Version: 0.4.1
  • VS Code Version: 1.12.2
  • OS Version: Windows 10
  • Node.js Version (result of command node -v): 6.10.3
  • NPM Version (result of command npm -v): 4.6.1

Steps to Reproduce:
None, juste no window to pick color
image

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

Overwriting extension <<.log>> to now point to mime <<text/x-log>>
(anonymous) @ mime.ts:59
s @ mime.ts:53
e._mergeLanguage @ languagesRegistry.ts:127
e._registerLanguage @ languagesRegistry.ts:103
e._registerLanguages @ languagesRegistry.ts:59
(anonymous) @ languagesRegistry.ts:49
e.invoke @ callbackList.ts:63
e.fire @ event.ts:123
e.registerLanguages @ modesRegistry.ts:38
(anonymous) @ workbenchModeService.ts:62
e._handle @ extensionsRegistry.ts:107
e.acceptUsers @ extensionsRegistry.ts:91
t._handleExtensionPoint @ mainThreadExtensionService.ts:178
t._onExtensionDescriptions @ mainThreadExtensionService.ts:156
(anonymous) @ mainThreadExtensionService.ts:85
done @ winjs.base.raw.js:1524
g @ winjs.base.raw.js:1180
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
then @ winjs.base.raw.js:1566
enter @ winjs.base.raw.js:747
_run @ winjs.base.raw.js:1068
_setCompleteValue @ winjs.base.raw.js:1052
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
(anonymous) @ async.ts:643
(anonymous) @ C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:78
readFileAfterClose @ original-fs.js:416
keybindingsRegistry.ts:195 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  e {type: 1, ctrlKey: true, shiftKey: false, altKey: true, metaKey: false…}  for  bookmarks.toggle
e._assertNoCtrlAlt @ keybindingsRegistry.ts:195
e.registerDefaultKeybinding @ keybindingsRegistry.ts:205
e.registerKeybindingRule2 @ keybindingsRegistry.ts:159
t._handleKeybinding @ keybindingService.ts:455
t._handleKeybindingsExtensionPointUser @ keybindingService.ts:439
(anonymous) @ keybindingService.ts:304
e._handle @ extensionsRegistry.ts:107
e.acceptUsers @ extensionsRegistry.ts:91
t._handleExtensionPoint @ mainThreadExtensionService.ts:178
t._onExtensionDescriptions @ mainThreadExtensionService.ts:156
(anonymous) @ mainThreadExtensionService.ts:85
done @ winjs.base.raw.js:1524
g @ winjs.base.raw.js:1180
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
then @ winjs.base.raw.js:1566
enter @ winjs.base.raw.js:747
_run @ winjs.base.raw.js:1068
_setCompleteValue @ winjs.base.raw.js:1052
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
(anonymous) @ async.ts:643
(anonymous) @ C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:78
readFileAfterClose @ original-fs.js:416
keybindingsRegistry.ts:195 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  e {type: 1, ctrlKey: true, shiftKey: false, altKey: true, metaKey: false…}  for  bookmarks.jumpToNext
e._assertNoCtrlAlt @ keybindingsRegistry.ts:195
e.registerDefaultKeybinding @ keybindingsRegistry.ts:205
e.registerKeybindingRule2 @ keybindingsRegistry.ts:159
t._handleKeybinding @ keybindingService.ts:455
t._handleKeybindingsExtensionPointUser @ keybindingService.ts:439
(anonymous) @ keybindingService.ts:304
e._handle @ extensionsRegistry.ts:107
e.acceptUsers @ extensionsRegistry.ts:91
t._handleExtensionPoint @ mainThreadExtensionService.ts:178
t._onExtensionDescriptions @ mainThreadExtensionService.ts:156
(anonymous) @ mainThreadExtensionService.ts:85
done @ winjs.base.raw.js:1524
g @ winjs.base.raw.js:1180
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
then @ winjs.base.raw.js:1566
enter @ winjs.base.raw.js:747
_run @ winjs.base.raw.js:1068
_setCompleteValue @ winjs.base.raw.js:1052
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
(anonymous) @ async.ts:643
(anonymous) @ C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:78
readFileAfterClose @ original-fs.js:416
keybindingsRegistry.ts:195 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  e {type: 1, ctrlKey: true, shiftKey: false, altKey: true, metaKey: false…}  for  bookmarks.jumpToPrevious
e._assertNoCtrlAlt @ keybindingsRegistry.ts:195
e.registerDefaultKeybinding @ keybindingsRegistry.ts:205
e.registerKeybindingRule2 @ keybindingsRegistry.ts:159
t._handleKeybinding @ keybindingService.ts:455
t._handleKeybindingsExtensionPointUser @ keybindingService.ts:439
(anonymous) @ keybindingService.ts:304
e._handle @ extensionsRegistry.ts:107
e.acceptUsers @ extensionsRegistry.ts:91
t._handleExtensionPoint @ mainThreadExtensionService.ts:178
t._onExtensionDescriptions @ mainThreadExtensionService.ts:156
(anonymous) @ mainThreadExtensionService.ts:85
done @ winjs.base.raw.js:1524
g @ winjs.base.raw.js:1180
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
then @ winjs.base.raw.js:1566
enter @ winjs.base.raw.js:747
_run @ winjs.base.raw.js:1068
_setCompleteValue @ winjs.base.raw.js:1052
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
(anonymous) @ async.ts:643
(anonymous) @ C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:78
readFileAfterClose @ original-fs.js:416
keybindingsRegistry.ts:195 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  e {type: 1, ctrlKey: true, shiftKey: false, altKey: true, metaKey: false…}  for  extension.openWith
e._assertNoCtrlAlt @ keybindingsRegistry.ts:195
e.registerDefaultKeybinding @ keybindingsRegistry.ts:205
e.registerKeybindingRule2 @ keybindingsRegistry.ts:159
t._handleKeybinding @ keybindingService.ts:455
t._handleKeybindingsExtensionPointUser @ keybindingService.ts:439
(anonymous) @ keybindingService.ts:304
e._handle @ extensionsRegistry.ts:107
e.acceptUsers @ extensionsRegistry.ts:91
t._handleExtensionPoint @ mainThreadExtensionService.ts:178
t._onExtensionDescriptions @ mainThreadExtensionService.ts:156
(anonymous) @ mainThreadExtensionService.ts:85
done @ winjs.base.raw.js:1524
g @ winjs.base.raw.js:1180
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
u @ winjs.base.raw.js:1813
n.Class.derive.join.r.forEach.Y.then.o.(anonymous function) @ winjs.base.raw.js:1838
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
then @ winjs.base.raw.js:1566
enter @ winjs.base.raw.js:747
_run @ winjs.base.raw.js:1068
_setCompleteValue @ winjs.base.raw.js:1052
g @ winjs.base.raw.js:1170
enter @ winjs.base.raw.js:852
_run @ winjs.base.raw.js:1068
_completed @ winjs.base.raw.js:1036
(anonymous) @ async.ts:643
(anonymous) @ C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:78
readFileAfterClose @ original-fs.js:416
extensionHost.ts:285 [Extension Host] vscode-icons is active!
extensionHost.ts:285 [Extension Host] Start child process...
extensionHost.ts:285 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:285 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:285 [Extension Host] Check version of: js-yaml
extensionHost.ts:285 [Extension Host] Check version of: process-bridge
extensionHost.ts:285 [Extension Host] Try to send IPC message: 1
extensionHost.ts:285 [Extension Host] Try to send IPC message: 2
extensionHost.ts:285 [Extension Host] Child process disconnected
extensionHost.ts:285 [Extension Host] Child process exited with code: 0

Stylus support

Will it be supporting stylus? Looking forward for this feature.

[processBridge]: Error: [email protected] postinstall: `node install.js`

  • Extension Version: v0.4.1
  • VS Code Version: v1.13.1
  • OS Version: windows 7 x64 (6.1 build 7601)
  • Node.js Version: v6.11.0
  • NPM Version: 3.10.10

dd

Log (All lines):
(Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)
[Extension Host] Continue trying to get NPM...
d.logExtensionHostMessage @ extensionHost.ts:293
extensionHost.ts:293[Extension Host] Try to get NPM via usage info.
d.logExtensionHostMessage @ extensionHost.ts:293
extensionHost.ts:293[Extension Host] [email protected]
extensionHost.ts:293[Extension Host] NPM directory path: C:\Program Files\nodejs\node_modules\npm
extensionHost.ts:293[Extension Host] NPM resolved path: C:\Program Files\nodejs\node_modules\npm\lib\npm.js
extensionHost.ts:293[Extension Host] Base directory path: C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1
extensionHost.ts:293[Extension Host] Retry (Error: Cannot find module 'electron-prebuilt')
d.logExtensionHostMessage @ extensionHost.ts:293
extensionHost.ts:293[Extension Host] Try to load: C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js
d.logExtensionHostMessage @ extensionHost.ts:293
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\esvalidate -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\esprima\bin\esvalidate.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\esparse -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\esprima\bin\esparse.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\mkdirp -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\mkdirp\bin\cmd.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\ncp -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\ncp\bin\ncp
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\semver -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\semver\bin\semver
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\strip-indent -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\strip-indent\cli.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\rc -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\rc\index.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\sshpk-sign -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\sshpk\bin\sshpk-sign
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\sshpk-conv -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\sshpk\bin\sshpk-conv
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\sshpk-verify -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\sshpk\bin\sshpk-verify
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\uuid -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\uuid\bin\uuid
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\pretty-bytes -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\pretty-bytes\cli.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\rimraf -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\rimraf\bin.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\nugget -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\nugget\bin.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\electron-download -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-download\cli.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\extract-zip -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\extract-zip\cli.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\electron -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\cli.js
extensionHost.ts:293[Extension Host] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\js-yaml -> C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\js-yaml\bin\js-yaml.js
extensionHost.ts:293[Extension Host] Spawn in silent-mode: C:\Windows\system32\cmd.exe /d /s /c node install.js
d.logExtensionHostMessage @ extensionHost.ts:293
27extensionHost.ts:293[Extension Host] TextEditor is closed/disposed
d.logExtensionHostMessage @ extensionHost.ts:293
extensionHost.ts:293[Extension Host] [email protected] C:\Users\User.vscode\extensions\anseki.vscode-color-0.4.1
+-- [email protected]
+-- [email protected]
| +-- [email protected]
| | -- [email protected] | -- [email protected]
-- [email protected] -- [email protected]

extensionHost.ts:293[Extension Host] Error: [email protected] postinstall: node install.js
Exit status 1
at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
at emitTwo (events.js:106:13)
at EventEmitter.emit (events.js:191:7)
at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:885:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
d.logExtensionHostMessage @ extensionHost.ts:293
messageService.ts:125[processBridge]: Error: [email protected] postinstall: node install.js
Exit status 1

Fails on OSX

When I try to start the Color Picker, I get an error: 'extension.colorHelper.pick' failed
VSC Version 0.10.9 (0.10.9)

Error: Cannot get NPM

  • Extension Version: 0.2.2
  • VS Code Version: 1.7.2
  • OS Version: Windows Server 2008 R2 Enterprise
  • Node.js Version (result of command node -v): v6.9.1
  • NPM Version (result of command npm -v): 3.10.8

Steps to Reproduce:

  1. create c# code on unity
  2. press Alt + C P.

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

extensionHost.ts:255 [Extension Host] Error: Cannot get NPM
    at initModule (C:\Users\Fundação\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:220:28)
    at getHostCmd (C:\Users\Fundação\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:331:9)
    at C:\Users\Fundação\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:394:19
    at Object.exports.sendRequest (C:\Users\Fundação\.vscode\extensions\anseki.vscode-color-0.2.2\node_modules\process-bridge\process-bridge.js:468:34)
    at pickConvert (C:\Users\Fundação\.vscode\extensions\anseki.vscode-color-0.2.2\lib\color-helper.js:180:15)
    at exports.pick (C:\Users\Fundação\.vscode\extensions\anseki.vscode-color-0.2.2\lib\color-helper.js:220:24)
    at t.$executeContributedCommand (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:10:25694)
    at t.e.handle (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:10:10602)
    at s (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:7:21356)
    at p (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:7:22033)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)I.logExtensionHostMessage @ extensionHost.ts:255I.onMessaage @ extensionHost.ts:196(anonymous function) @ extensionHost.ts:141emitTwo @ events.js:106emit @ events.js:191process.nextTick @ internal/child_process.js:744_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
messageService.ts:128 [processBridge]: Error: Cannot get NPMe.doShow @ messageService.ts:128e.show @ messageService.ts:107(anonymous function) @ mainThreadMessageService.ts:55n.Class.derive._oncancel @ winjs.base.raw.js:1641t.$showMessage @ mainThreadMessageService.ts:25e.handle @ abstractThreadService.ts:34s @ ipcRemoteCom.ts:269f @ ipcRemoteCom.ts:226_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98

messageService.ts:128 [processBridge]: Error: Cannot get NPMe.doShow @ messageService.ts:128e.show @ messageService.ts:107(anonymous function) @ mainThreadMessageService.ts:55n.Class.derive._oncancel @ winjs.base.raw.js:1641t.$showMessage @ mainThreadMessageService.ts:25e.handle @ abstractThreadService.ts:34s @ ipcRemoteCom.ts:269f @ ipcRemoteCom.ts:226_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
5extensionHost.ts:255 [Extension Host] makeRequest: command=/typelookup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.