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
Copy file name to clipboardExpand all lines: release-notes/v1_103.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Early terminal auto approve settings were introduced last month. This release th
118
118
- We merged the `allowList` and `denyList` settings into the `setting(chat.tools.terminal.autoApprove)` setting. If you were using the old settings, you should see a warning asking you to migrate to the new setting.
119
119
- Regular expression matchers now support flags. This allows case insensitivity, for example in PowerShell, where case often doesn't matter:
120
120
121
-
```json
121
+
```jsonc
122
122
"chat.tools.terminal.autoApprove": {
123
123
// Deny any `remote-item` command, regardless of case
0 commit comments