Skip to content

Instantly share code, notes, and snippets.

@velizarn
Last active December 9, 2016 19:55
Show Gist options
  • Save velizarn/3124dc82557e6e8316cbadf7c0ad06a8 to your computer and use it in GitHub Desktop.
Save velizarn/3124dc82557e6e8316cbadf7c0ad06a8 to your computer and use it in GitHub Desktop.
Eclipse External Tool Configurations - run selected nodejs file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="D:\programs\nodejs\node.exe"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="${selected_resource_name}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${container_loc}"/>
</launchConfiguration>
@velizarn
Copy link
Author

velizarn commented Dec 9, 2016

nodejs_app launch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment