Skip to content

Conversation

@Parasaran-Python
Copy link
Contributor

@Parasaran-Python Parasaran-Python commented Oct 13, 2024

fix #228640

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

@Parasaran-Python
Copy link
Contributor Author

Hello @connor4312 have added a feature setting to suppress prelaunch task notification popup, requesting your review.

image

Adding the screenshot of the setting for reference.

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': {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'debug.hidePreLaunchNotification': {
'debug.hideSlowPreLaunchWarning': {
},
'debug.hidePreLaunchNotification': {
type: 'boolean',
description: nls.localize('debug.hidePreLaunchNotification', "Hide preLaunchTask popup."),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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."),
@Parasaran-Python
Copy link
Contributor Author

Made the requested changes @connor4312 please re-review.

@connor4312
Copy link
Member

thanks!

@connor4312 connor4312 enabled auto-merge October 14, 2024 17:09
@vs-code-engineering vs-code-engineering bot added this to the October 2024 milestone Oct 14, 2024
@connor4312 connor4312 merged commit 2113d21 into microsoft:main Oct 14, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Nov 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants