Option to add console argument in the launch configuration#2274
Conversation
laeubi
left a comment
There was a problem hiding this comment.
Thanks for working on this this looks very promising!
786d9ca to
7049ed5
Compare
|
@merks Could you please help review and merge this PR? |
f5be9dd to
c17e683
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
567ca47 to
6513173
Compare
|
The failures are unrelated to this PR. |
|
@merks The changes have been addressed. Could you please have a quick look when convenient and let me know if there's anything else that needs to be updated?. |
merks
left a comment
There was a problem hiding this comment.
Just really small nitty things. Otherwise good.
8b186ff to
5101afe
Compare
bbb49d0 to
6e305ad
Compare
|
@merks Would you mind merging this when its convenient ? |
This commit adds an option in launch configuration to add -console argument in program arguments. Fixes : eclipse-pde#1851
|
The failures look unrelated to the changes. |
|
@merks thank you very much for taking the time to review and merge this. |
This PR adds an option in launch configuration to add
-consoleargument in program arguments.Fixes : #1851