Skip to content

Commit 8253967

Browse files
committed
#153 hide Debug for npm launch as it is not implemented
1 parent b66419c commit 8253967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.nodeclipse.ui/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
icon= "icons/npm/npm_bottom_right_corner_run_half_size.png"
322322
id= "org.nodeclipse.ui.npm.InstallLaunchShortcut"
323323
label= "npm install"
324-
modes= "run, debug" >
324+
modes= "run" >
325325
<configurationType
326326
id= "org.nodeclipse.ui.npm.LaunchConfigurationType" >
327327
</configurationType>
@@ -353,7 +353,7 @@
353353
icon= "icons/npm/npm_bottom_right_corner_run_half_size.png"
354354
id= "org.nodeclipse.ui.npm.LaunchShortcut"
355355
label= "npm ..."
356-
modes= "run, debug" >
356+
modes= "run" >
357357
<configurationType
358358
id= "org.nodeclipse.ui.npm.LaunchConfigurationType" >
359359
</configurationType>

0 commit comments

Comments
 (0)