Skip to content

Commit df75874

Browse files
regex changed
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 5e542db commit df75874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@
19231923
},
19241924
{
19251925
"command": "openshift.resource.watchLogs",
1926-
"when": "view == openshiftProjectExplorer && viewItem =~ /^openshift\\.k8sObject\\.!(helm&&pod)/"
1926+
"when": "view == openshiftProjectExplorer && viewItem =~ /^openshift\\.k8sObject\\.(?!helm|pod)/"
19271927
},
19281928
{
19291929
"command": "openshift.deployment.shell",
@@ -1939,7 +1939,7 @@
19391939
},
19401940
{
19411941
"command": "openshift.resource.openInDeveloperConsole",
1942-
"when": "view == openshiftProjectExplorer && viewItem =~ /^openshift\\.k8sObject\\.!(helm&&pod)/ && isOpenshiftCluster"
1942+
"when": "view == openshiftProjectExplorer && viewItem =~ /^openshift\\.k8sObject\\.(?!helm|pod)/ && isOpenshiftCluster"
19431943
},
19441944
{
19451945
"command": "openshift.resource.openInBrowser",

0 commit comments

Comments
 (0)