Option to disable AI at the project level #47854
oliverbarnes
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While having a look at #46846, adding the
disable_aioption to the project's settings file didn't get picked up by the settings UI when selecting the project. It'd give me a "project settings out of date" / "manually migrate your settings" warning.When working on a fix for that issue, the setting didn't get picked up by the fix either :) I had to disable AI at the User level to see it working.
Looking closer, it seems that indeed
disable_aiis only defined on globalSettingsContentand not onProjectSettingsContent.I can see how users might want to disable AI for certain projects and not have to remember to turn it back on for others. Anybody see a down side to it?
Gonna submit a PR for it.
Beta Was this translation helpful? Give feedback.
All reactions