-
Notifications
You must be signed in to change notification settings - Fork 111
Use terminal widget for output rendering in the task plugin #223
Conversation
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
cwd: target.workingDir, | ||
name: taskConfig.label, | ||
shellPath: 'sh', | ||
shellArgs: ['-c', "'" + taskConfig.command + "'"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we use string literals ?
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Is it possible to reuse widget for the same task if task was completed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndrienkoAleksandr
I tested your changes and tried to run a task in ws/dev container, but it always was run in theia-ide container.
Could you test this case?
Please see video https://youtu.be/qooQnIPSKNI
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Thanks a lot. Fixed! |
What does this PR do?
Proposed changes:
What issues does this PR fix or reference?
#192