82 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"folders": [
 | |
|       {
 | |
|          "path": "."
 | |
|       },
 | |
|       {
 | |
|          "path": "../CoreUtils"
 | |
|       },
 | |
|       {
 | |
|          "path": "../ServerCore"
 | |
|       },
 | |
|       {
 | |
|          "path": "../BMAMail"
 | |
|       },
 | |
|       {
 | |
|          "path": "../JetCore"
 | |
|       }
 | |
|    ],
 | |
|    "settings": {
 | |
|       "files.associations": {
 | |
|          "iosfwd": "cpp",
 | |
|          "cctype": "cpp",
 | |
|          "clocale": "cpp",
 | |
|          "cmath": "cpp",
 | |
|          "cstdarg": "cpp",
 | |
|          "cstddef": "cpp",
 | |
|          "cstdio": "cpp",
 | |
|          "cstdlib": "cpp",
 | |
|          "cstring": "cpp",
 | |
|          "ctime": "cpp",
 | |
|          "cwchar": "cpp",
 | |
|          "cwctype": "cpp",
 | |
|          "array": "cpp",
 | |
|          "atomic": "cpp",
 | |
|          "*.tcc": "cpp",
 | |
|          "bitset": "cpp",
 | |
|          "chrono": "cpp",
 | |
|          "complex": "cpp",
 | |
|          "condition_variable": "cpp",
 | |
|          "cstdint": "cpp",
 | |
|          "deque": "cpp",
 | |
|          "list": "cpp",
 | |
|          "unordered_map": "cpp",
 | |
|          "vector": "cpp",
 | |
|          "exception": "cpp",
 | |
|          "algorithm": "cpp",
 | |
|          "functional": "cpp",
 | |
|          "iterator": "cpp",
 | |
|          "map": "cpp",
 | |
|          "memory": "cpp",
 | |
|          "memory_resource": "cpp",
 | |
|          "numeric": "cpp",
 | |
|          "optional": "cpp",
 | |
|          "random": "cpp",
 | |
|          "ratio": "cpp",
 | |
|          "set": "cpp",
 | |
|          "string": "cpp",
 | |
|          "string_view": "cpp",
 | |
|          "system_error": "cpp",
 | |
|          "tuple": "cpp",
 | |
|          "type_traits": "cpp",
 | |
|          "utility": "cpp",
 | |
|          "fstream": "cpp",
 | |
|          "initializer_list": "cpp",
 | |
|          "iomanip": "cpp",
 | |
|          "iostream": "cpp",
 | |
|          "istream": "cpp",
 | |
|          "limits": "cpp",
 | |
|          "mutex": "cpp",
 | |
|          "new": "cpp",
 | |
|          "ostream": "cpp",
 | |
|          "sstream": "cpp",
 | |
|          "stdexcept": "cpp",
 | |
|          "streambuf": "cpp",
 | |
|          "thread": "cpp",
 | |
|          "cfenv": "cpp",
 | |
|          "cinttypes": "cpp",
 | |
|          "typeinfo": "cpp",
 | |
|          "bit": "cpp"
 | |
|       }
 | |
|    }
 | |
| } | 
