microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
.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 | } |