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
markdownDescription: localize('newTaskToolsEnabled.description',"Whether the new task tools are enabled."),
37
+
type: 'boolean',
38
+
default: false
39
+
},
33
40
[TerminalChatAgentToolsSettingId.AutoApprove]: {
34
41
markdownDescription: [
35
42
localize('autoApprove.description.intro',"A list of commands or regular expressions that control whether the run in terminal tool commands require explicit approval. These will be matched against the start of a command. A regular expression can be provided by wrapping the string in {0} characters followed by optional flags such as {1} for case-insensitivity.",'`/`','`i`'),
0 commit comments