-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Conversation
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.
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'; |
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.
what happens here? our formatting requires spaces, could you reformat with Theia or VS Code
Signed-off-by: Amiram Wingarten <[email protected]>
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.
code wise looks good to me
Signed-off-by: Amiram Wingarten [email protected]
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:
Review checklist
Reminder for reviewers