Skip to content

Commit 0c5e34f

Browse files
authored
Merge pull request #8731 from microsoft/convinced-tiglon
Fix invalid JSON in release notes
2 parents 22fd861 + fed8607 commit 0c5e34f

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
@@ -135,7 +135,7 @@ Early terminal auto-approve settings were introduced last month. This release, t
135135
```jsonc
136136
"chat.tools.terminal.autoApprove": {
137137
// Deny any _command line_ containing a reference to what is likely a PowerShell script
138-
"/\\.ps1\\b/i": { approve: false, matchCommandLine: true }
138+
"/\\.ps1\\b/i": { "approve": false, "matchCommandLine": true }
139139
}
140140
```
141141

0 commit comments

Comments
 (0)