Add working directory to Eclipse run config (#55)

dev/0.11
Virtuoel 2019-01-29 16:47:11 +03:00 committed by Shadowfacts
parent 5361c3d6f6
commit 2ad6057992
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="%PROGRAM_ARGS%"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="%MODULE%"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="%VM_ARGS%"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}/run"/>
</launchConfiguration>