You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
346 B

  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. }