Skip to content

Commit c190d0b

Browse files
authored
enterprise doc typo (#8018)
1 parent 0f10213 commit c190d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup/enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ The following JSON snippet shows examples of the different `extensions.allowed`
5656
"dbaeumer.vscode-eslint": ["3.0.0"],
5757

5858
// Allow multiple versions of the figma extension
59-
"figma.figma-vscode-extension": ["3.0.0", "4.2.3", "4.1.2"]
59+
"figma.figma-vscode-extension": ["3.0.0", "4.2.3", "4.1.2"],
6060

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

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

0 commit comments

Comments
 (0)