extensions.json 357 B

123456789101112
  1. {
  2. // See http://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. "marlinfirmware.auto-build",
  6. "platformio.platformio-ide"
  7. ],
  8. "unwantedRecommendations": [
  9. "ms-vscode-remote.remote-containers",
  10. "ms-vscode.cpptools-extension-pack"
  11. ]
  12. }