sming.code-workspace 904 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "terminal.integrated.defaultProfile.windows": "Command Prompt",
  9. "files.associations": {
  10. "*.hw": "jsonc",
  11. "*.fwfs": "jsonc",
  12. "optional": "cpp"
  13. },
  14. "json.schemas": [
  15. {
  16. "fileMatch": [
  17. "*.hw"
  18. ],
  19. "url": "file:///C/ESP/Sming/Sming/Components/Storage/schema.json"
  20. },
  21. {
  22. "fileMatch": [
  23. "*.fwfs"
  24. ],
  25. "url": "file:///C/ESP/Sming/Sming/Components/IFS/fsbuild/schema.json"
  26. },
  27. {
  28. "fileMatch": [
  29. "*.usbcfg"
  30. ],
  31. "url": "file:///C/ESP/Sming/Sming/Libraries/USB/schema.json"
  32. }
  33. ]
  34. }
  35. }