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

don't prompt for automatic tasks #162696

Closed
wants to merge 1 commit into from
Closed

don't prompt for automatic tasks #162696

wants to merge 1 commit into from

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Oct 4, 2022

fix #160174

@meganrogge meganrogge requested a review from Tyriar October 4, 2022 20:51
@meganrogge meganrogge self-assigned this Oct 4, 2022
@meganrogge meganrogge added this to the October 2022 milestone Oct 4, 2022
Comment on lines +498 to +500
type: 'boolean',
description: nls.localize('task.allowAutomaticTasks', "Enable automatic tasks in any trusted workspace"),
default: true,
Copy link
Member

Choose a reason for hiding this comment

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

I thought we'd want to still keep auto, just change the default to on?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh my thought was to get rid of the prompt entirely

Copy link
Member

Choose a reason for hiding this comment

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

The poll we did was fairly inconclusive. I would still use off, but I suspect there are those who would still want it to be a per-workspace decision. Removing the previous default outright is quite risky

Copy link
Member

Choose a reason for hiding this comment

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

We should also consider scope: ConfigurationScope.RESOURCE if we want it to be team choice vs user choice, and how that would interact with auto

@meganrogge meganrogge closed this Oct 5, 2022
@meganrogge
Copy link
Contributor Author

we decided this should be discussed in the UX sync next week

@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2022
@meganrogge meganrogge deleted the merogge/160174 branch December 7, 2022 02:12
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.

Task doesn't run on folder open anymore
2 participants