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
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`'),
36
36
localize('autoApprove.description.values',"Set to {0} to automatically approve commands, {1} to always require explicit approval or {2} to unset the value.",'`true`','`false`','`null`'),
37
37
localize('autoApprove.description.subCommands',"Note that these commands and regular expressions are evaluated for every _sub-command_ within the full _command line_, so {0} for example will need both {1} and {2} to match a {3} entry and must not match a {4} entry in order to auto approve. Inline commands are also detected so {5} will need both {5} and {6} to pass.",'`foo && bar`','`foo`','`bar`','`true`','`false`','`echo $(rm file)`','`rm file`'),
38
-
localize('autoApprove.description.commandLine',"An object can be used to match against the full command line instead of matching sub-commands and inline commands, for example {0}. This will be checked _after_ sub-commands are checked, so denied sub-commands will take precedence.",'`{ approve: false, matchCommandLine: true }`'),
38
+
localize('autoApprove.description.commandLine',"An object can be used to match against the full command line instead of matching sub-commands and inline commands, for example {0}. This will be checked _after_ sub-commands are checked, taking precedence over even denied sub-commands.",'`{ approve: false, matchCommandLine: true }`'),
0 commit comments