Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

settings.json 228B

123456789101112
  1. {
  2. "editor.formatOnSave": true,
  3. "files.exclude": {
  4. "**/.DS_Store": true,
  5. "**/.git": true,
  6. "**/node_modules": true
  7. },
  8. "prettier.eslintIntegration": true,
  9. "search.exclude": {
  10. "**/node_modules": true
  11. }
  12. }