File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/vs/workbench/contrib/terminalContrib/chatAgentTools/common Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
import type { IStringDictionary } from '../../../../../base/common/collections.js' ;
7
7
import type { IJSONSchema } from '../../../../../base/common/jsonSchema.js' ;
8
8
import { localize } from '../../../../../nls.js' ;
9
- import type { IConfigurationPropertySchema } from '../../../../../platform/configuration/common/configurationRegistry.js' ;
9
+ import { ConfigurationScope , type IConfigurationPropertySchema } from '../../../../../platform/configuration/common/configurationRegistry.js' ;
10
10
11
11
export const enum TerminalChatAgentToolsSettingId {
12
12
AutoApprove = 'chat.agent.terminal.autoApprove' ,
@@ -51,6 +51,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
51
51
] . join ( '\n' )
52
52
] . join ( '\n\n' ) ,
53
53
type : 'object' ,
54
+ scope : ConfigurationScope . MACHINE ,
54
55
additionalProperties : {
55
56
anyOf : [
56
57
autoApproveBoolean ,
You can’t perform that action at this time.
0 commit comments