ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
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 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "files.associations": {
  3. "random": "cpp",
  4. "array": "cpp",
  5. "*.tcc": "cpp",
  6. "deque": "cpp",
  7. "list": "cpp",
  8. "string": "cpp",
  9. "unordered_map": "cpp",
  10. "vector": "cpp",
  11. "string_view": "cpp",
  12. "memory": "cpp",
  13. "ranges": "cpp",
  14. "initializer_list": "cpp",
  15. "utility": "cpp",
  16. "atomic": "cpp",
  17. "bit": "cpp",
  18. "cctype": "cpp",
  19. "clocale": "cpp",
  20. "cmath": "cpp",
  21. "compare": "cpp",
  22. "concepts": "cpp",
  23. "cstdarg": "cpp",
  24. "cstddef": "cpp",
  25. "cstdint": "cpp",
  26. "cstdio": "cpp",
  27. "cstdlib": "cpp",
  28. "cstring": "cpp",
  29. "cwchar": "cpp",
  30. "cwctype": "cpp",
  31. "map": "cpp",
  32. "set": "cpp",
  33. "exception": "cpp",
  34. "algorithm": "cpp",
  35. "functional": "cpp",
  36. "iterator": "cpp",
  37. "memory_resource": "cpp",
  38. "numeric": "cpp",
  39. "optional": "cpp",
  40. "system_error": "cpp",
  41. "tuple": "cpp",
  42. "type_traits": "cpp",
  43. "iosfwd": "cpp",
  44. "limits": "cpp",
  45. "new": "cpp",
  46. "ostream": "cpp",
  47. "stdexcept": "cpp",
  48. "streambuf": "cpp",
  49. "cinttypes": "cpp",
  50. "typeinfo": "cpp"
  51. },
  52. "python.pythonPath": "C:\\Users\\simon\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
  53. }