Stab-STM32.code-workspace 110 B

123456789101112
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "stdio.h": "c"
  10. }
  11. }
  12. }