extensions.json 274 B

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