commandPalette with a when condition attaching to a webViewId does not show the command
Scenario: Only want a command to be in the command pallette when a specific webview is active/shown. The below is not working and shows no command.
{
"command": "resx-editor.addNewResource",
"when": "webviewId == 'resx-editor.editor'"
}