Skip to content

Commit bf54ac7

Browse files
committed
fix filter for npm launches
1 parent a3fc786 commit bf54ac7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

org.nodeclipse.ui/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,13 @@
308308
value= "1" >
309309
</count>
310310
<iterate>
311-
<or>
311+
<and>
312312
<instanceof value="org.eclipse.core.resources.IFile"/>
313313
<test
314314
property= "org.eclipse.debug.ui.matchesPattern"
315315
value= "package.json" >
316316
</test>
317-
</or>
317+
</and>
318318
</iterate>
319319
</with>
320320
</enablement>
@@ -340,13 +340,13 @@
340340
value= "1" >
341341
</count>
342342
<iterate>
343-
<or>
343+
<and>
344344
<instanceof value="org.eclipse.core.resources.IFile"/>
345345
<test
346346
property= "org.eclipse.debug.ui.matchesPattern"
347347
value= "package.json" >
348348
</test>
349-
</or>
349+
</and>
350350
</iterate>
351351
</with>
352352
</enablement>

0 commit comments

Comments
 (0)