Skip to content

228640: Hiding prelaunch task popup if the setting to hide it is enabled#231225

Merged
connor4312 merged 2 commits intomicrosoft:mainfrom
Parasaran-Python:228640
Oct 14, 2024
Merged

228640: Hiding prelaunch task popup if the setting to hide it is enabled#231225
connor4312 merged 2 commits intomicrosoft:mainfrom
Parasaran-Python:228640

Conversation

@Parasaran-Python
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

Made the requested changes @connor4312 please re-review.

@connor4312
Copy link
Copy Markdown
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to disable 'Waiting for preLaunchTask' popup

3 participants