File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/vs/workbench/contrib/terminalContrib/chatAgentTools/common Expand file tree Collapse file tree 1 file changed +1
-2
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 { ConfigurationScope , type IConfigurationPropertySchema } from '../../../../../platform/configuration/common/configurationRegistry.js' ;
9
+ import { type IConfigurationPropertySchema } from '../../../../../platform/configuration/common/configurationRegistry.js' ;
10
10
11
11
export const enum TerminalChatAgentToolsSettingId {
12
12
AutoApprove = 'chat.tools.terminal.autoApprove' ,
@@ -57,7 +57,6 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
57
57
] . join ( '\n' )
58
58
] . join ( '\n\n' ) ,
59
59
type : 'object' ,
60
- scope : ConfigurationScope . APPLICATION_MACHINE ,
61
60
additionalProperties : {
62
61
anyOf : [
63
62
autoApproveBoolean ,
You can’t perform that action at this time.
0 commit comments