Skip to content

matchOnDescription allow me to open Visual Studio Code as CrhomeBrowser #4809

@DracotMolver

Description

@DracotMolver
  • VSCode Version: 0.10.10
  • OS Version: Linux - Distro. Elementary OS

Steps to Reproduce:

I'm learning about showQuickPick. So I set the option MatchOnDescription.
So the code is like follow:

vscode.window.showQuickPick(['rgb', 'hex'], {
      matchOnDescription:true
 });

When I run this code to taste it and I hit down F1 to type down the command line, it shows me the list
'rgb', 'hex' but when I type down any word from my keyword, the editor change and display me the Inspector element by Chromium and the editor is like an HTML.

screenshot from 2016-03-30 23 36 52

is this a right behavior?, because the description about MatchOnDescription doesn't say something like this is going to happen.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions