-
Notifications
You must be signed in to change notification settings - Fork 37.2k
228640: Hiding prelaunch task popup if the setting to hide it is enabled #231225
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
Conversation
|
Hello @connor4312 have added a feature setting to suppress prelaunch task notification popup, requesting your review. Adding the screenshot of the setting for reference. |
c5ca29d to
79eab4d
Compare
| markdownDescription: nls.localize({ comment: ['This is the description for a setting'], key: 'debug.hideLauncherWhileDebugging' }, "Hide 'Start Debugging' control in title bar of 'Run and Debug' view while debugging is active. Only relevant when {0} is not `docked`.", '`#debug.toolBarLocation#`'), | ||
| default: false | ||
| }, | ||
| 'debug.hidePreLaunchNotification': { |
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.
| 'debug.hidePreLaunchNotification': { | |
| 'debug.hideSlowPreLaunchWarning': { |
| }, | ||
| 'debug.hidePreLaunchNotification': { | ||
| type: 'boolean', | ||
| description: nls.localize('debug.hidePreLaunchNotification', "Hide preLaunchTask popup."), |
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.
| description: nls.localize('debug.hidePreLaunchNotification', "Hide preLaunchTask popup."), | |
| markdownDescription: nls.localize('debug.hidePreLaunchNotification', "Hide the warning shown when a `preLaunchTask` has been running for a while."), |
79eab4d to
80d51b6
Compare
|
Made the requested changes @connor4312 please re-review. |
80d51b6 to
ade48f5
Compare
|
thanks! |

fix #228640
Adding a feature setting under debug section, to suppress the prelaunch task notification popup.