settings.json 346 B

1234567891011121314
  1. // Place your settings in this file to overwrite default and user settings.
  2. {
  3. // Configure glob patterns for excluding files and folders.
  4. "files.exclude": {
  5. "**/.build": true,
  6. "**/*.hex": true
  7. },
  8. "files.associations": {
  9. "*.h": "c",
  10. "*.c": "c",
  11. "*.cpp": "cpp",
  12. "*.hpp": "cpp"
  13. }
  14. }