settings.json 224 B

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