Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tasks start and exit with code 0 notifications #8331

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Conversation

amiramw
Copy link
Member

@amiramw amiramw commented Aug 9, 2020

Signed-off-by: Amiram Wingarten amiram.wingarten@sap.com

What it does

Fixes: #8327

Remove redundant user notifications and start and successful end of tasks.

How to test

Run a task and make sure none of these user notifications appear:

  • Task 'X' has been started.
  • Task 'X' has exited with code 0.

Review checklist

Reminder for reviewers

@vince-fugnitto vince-fugnitto added the tasks issues related to the task system label Aug 10, 2020
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes work as intended 👍

import { TaskNode } from './task-node';
import { MonacoWorkspace } from '@theia/monaco/lib/browser/monaco-workspace';
import { TaskTerminalWidgetManager } from './task-terminal-widget-manager';
import {TaskWatcher} from '../common/task-watcher';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happens here? our formatting requires spaces, could you reformat with Theia or VS Code

Signed-off-by: Amiram Wingarten <amiram.wingarten@sap.com>
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code wise looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tasks issues related to the task system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove tasks start and exit with code 0 notifications
3 participants