123456789101112131415161718192021222324252627 |
- {
- "folders": [
- {
- "path": "Transmitter"
- },
- {
- "name": "Receiver",
- "path": "Receiver"
- },
- {
- "path": "Common"
- }
- ],
- "settings": {
- "files.associations": {
- "optional": "cpp",
- "system_error": "cpp",
- "array": "cpp",
- "functional": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "istream": "cpp",
- "ostream": "cpp"
- }
- }
- }
|