You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I think you told me that policy.defaultValue only has an effect for previewFeature: true settings, is that true? Could you add some comments to IPolicy explaining more about how thsi works so we aren't guessing and copy/pasting?
The text was updated successfully, but these errors were encountered:
There are some policy.defaultValue which have a different value than the setting's normal default value, like the mcp one:
vscode/src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Lines 240 to 245 in cc47994
Is that on purpose? Why do we do that?
Also, I think you told me that
policy.defaultValue
only has an effect forpreviewFeature: true
settings, is that true? Could you add some comments toIPolicy
explaining more about how thsi works so we aren't guessing and copy/pasting?The text was updated successfully, but these errors were encountered: