settings.json 220 B

123456789
  1. {
  2. "java.configuration.updateBuildConfiguration": "interactive",
  3. "files.exclude": {
  4. "**/.classpath": true,
  5. "**/.project": true,
  6. "**/.settings": true,
  7. "**/.factorypath": true
  8. }
  9. }