Last active
December 9, 2016 19:55
-
-
Save velizarn/3124dc82557e6e8316cbadf7c0ad06a8 to your computer and use it in GitHub Desktop.
Eclipse External Tool Configurations - run selected nodejs file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Author
velizarn
commented
Dec 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment