extensions.json 349 B

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