vscode-workspace.code-workspace 382 B

123456789101112131415161718192021222324252627
  1. {
  2. "folders": [
  3. {
  4. "path": "Transmitter"
  5. },
  6. {
  7. "name": "Receiver",
  8. "path": "Receiver"
  9. },
  10. {
  11. "path": "Common"
  12. }
  13. ],
  14. "settings": {
  15. "files.associations": {
  16. "optional": "cpp",
  17. "system_error": "cpp",
  18. "array": "cpp",
  19. "functional": "cpp",
  20. "tuple": "cpp",
  21. "type_traits": "cpp",
  22. "utility": "cpp",
  23. "istream": "cpp",
  24. "ostream": "cpp"
  25. }
  26. }
  27. }