extensions.json 596 B

123456789101112131415
  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. // List of extensions which should be recommended for users of this workspace.
  5. "recommendations": [
  6. "ms-python.black-formatter",
  7. "ms-vscode.cpptools",
  8. "amiralizadeh9480.cpp-helper",
  9. "marus25.cortex-debug",
  10. "zxh404.vscode-proto3",
  11. "augustocdias.tasks-shell-input"
  12. ],
  13. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  14. "unwantedRecommendations": []
  15. }