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

option to configure experiments in the workspace settings.json #23241

Closed
DetachHead opened this issue Apr 16, 2024 · 0 comments · Fixed by #23267
Closed

option to configure experiments in the workspace settings.json #23241

DetachHead opened this issue Apr 16, 2024 · 0 comments · Fixed by #23267
Assignees
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team

Comments

@DetachHead
Copy link

currently, the following settings can only be configured in a user settings.json:

  • python.experiments.enabled
  • python.experiments.optInto
  • python.experiments.optOutFrom

it would be nice if these could be configured in a workspace settings.json as well.

my use case is that my project relies on the new pytest rewrite because i have a hook function that relies on the vscode_pytest plugin (see my comment on #20086 (comment))

while in this case, the experiment is supposed to be enabled by for all users (though that doesn't seem to be the case for some reason), there are still other potential future experiments that users may want to enable or disable for everyone working on their project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants