microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c2d2246f04df6a928da5b851b624123e4cc719da

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.vscode/extensions.json

18lines · modecode

1{
2 // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3 // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
5 // List of extensions which should be recommended for users of this workspace.
6 "recommendations": [
7 "DavidAnson.vscode-markdownlint",
8 "dbaeumer.vscode-eslint",
9 "esbenp.prettier-vscode",
10 "ms-python.python",
11 "ms-python.black-formatter",
12 "rust-lang.rust-analyzer",
13 "vadimcn.vscode-lldb",
14 "swellaby.workspace-config-plus"
15 ],
16 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
17 "unwantedRecommendations": ["quantum.quantum-devkit-vscode"]
18}