Skip to content

Commit a036d7e

Browse files
authored
Merge pull request #7860 from JohnVeness/json2
2 parents 28594d9 + 5660e1a commit a036d7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/v1_96.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,16 +485,16 @@ The following JSON snippet shows examples of the different setting values:
485485
"dbaeumer.vscode-eslint": ["3.0.0"],
486486

487487
// Allow multiple versions of the figma extension
488-
"figma.figma-vscode-extension": ["3.0.0", "4.2.3", "4.1.2"]
488+
"figma.figma-vscode-extension": ["3.0.0", "4.2.3", "4.1.2"],
489489

490490
// Allow version 5.0.0 of the rust extension on Windows and macOS
491-
"rust-lang.rust-analyzer": ["5.0.0@win32-x64", "5.0.0@darwin-x64"]
491+
"rust-lang.rust-analyzer": ["5.0.0@win32-x64", "5.0.0@darwin-x64"],
492492

493493
// Allow only stable versions of the GitHub Pull Requests extension
494494
"github.vscode-pull-request-github": "stable",
495495

496496
// Allow only stable versions from redhat publisher
497-
"redhat": "stable",
497+
"redhat": "stable"
498498
}
499499
```
500500

0 commit comments

Comments
 (0)