We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f10213 commit c190d0bCopy full SHA for c190d0b
docs/setup/enterprise.md
@@ -56,10 +56,10 @@ The following JSON snippet shows examples of the different `extensions.allowed`
56
"dbaeumer.vscode-eslint": ["3.0.0"],
57
58
// Allow multiple versions of the figma extension
59
- "figma.figma-vscode-extension": ["3.0.0", "4.2.3", "4.1.2"]
+ "figma.figma-vscode-extension": ["3.0.0", "4.2.3", "4.1.2"],
60
61
// 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"]
+ "rust-lang.rust-analyzer": ["5.0.0@win32-x64", "5.0.0@darwin-x64"],
63
64
// Allow only stable versions of the GitHub Pull Requests extension
65
"github.vscode-pull-request-github": "stable",
0 commit comments