File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -485,16 +485,16 @@ The following JSON snippet shows examples of the different setting values:
485
485
"dbaeumer.vscode-eslint" : [" 3.0.0" ],
486
486
487
487
// 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" ],
489
489
490
490
// 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" ],
492
492
493
493
// Allow only stable versions of the GitHub Pull Requests extension
494
494
"github.vscode-pull-request-github" : " stable" ,
495
495
496
496
// Allow only stable versions from redhat publisher
497
- "redhat" : " stable" ,
497
+ "redhat" : " stable"
498
498
}
499
499
```
500
500
You can’t perform that action at this time.
0 commit comments