- 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.

is this a right behavior?, because the description about MatchOnDescription doesn't say something like this is going to happen.
Steps to Reproduce:
I'm learning about showQuickPick. So I set the option MatchOnDescription.
So the code is like follow:
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.
is this a right behavior?, because the description about MatchOnDescription doesn't say something like this is going to happen.