Skip to content

Commit 0f6ffaf

Browse files
eli-w-kingrzhao271
andauthored
Update release-notes/v1_103.md
Co-authored-by: Raymond Zhao <[email protected]>
1 parent 64720b6 commit 0f6ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v1_103.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Early terminal auto approve settings were introduced last month. This release th
118118
- 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.
119119
- Regular expression matchers now support flags. This allows case insensitivity, for example in PowerShell, where case often doesn't matter:
120120

121-
```json
121+
```jsonc
122122
"chat.tools.terminal.autoApprove": {
123123
// Deny any `remote-item` command, regardless of case
124124
"/^Remove-Item\\b/i": false

0 commit comments

Comments
 (0)