91 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			91 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "editor.formatOnSave": true, | ||
|  |     "files.associations": { | ||
|  |         "xstring": "cpp", | ||
|  |         "xiosbase": "cpp", | ||
|  |         "iostream": "cpp", | ||
|  |         "atomic": "cpp", | ||
|  |         "bit": "cpp", | ||
|  |         "cctype": "cpp", | ||
|  |         "charconv": "cpp", | ||
|  |         "clocale": "cpp", | ||
|  |         "cmath": "cpp", | ||
|  |         "codecvt": "cpp", | ||
|  |         "compare": "cpp", | ||
|  |         "concepts": "cpp", | ||
|  |         "cstddef": "cpp", | ||
|  |         "cstdint": "cpp", | ||
|  |         "cstdio": "cpp", | ||
|  |         "cstdlib": "cpp", | ||
|  |         "cstring": "cpp", | ||
|  |         "ctime": "cpp", | ||
|  |         "cwchar": "cpp", | ||
|  |         "exception": "cpp", | ||
|  |         "format": "cpp", | ||
|  |         "fstream": "cpp", | ||
|  |         "initializer_list": "cpp", | ||
|  |         "ios": "cpp", | ||
|  |         "iosfwd": "cpp", | ||
|  |         "istream": "cpp", | ||
|  |         "iterator": "cpp", | ||
|  |         "limits": "cpp", | ||
|  |         "locale": "cpp", | ||
|  |         "memory": "cpp", | ||
|  |         "new": "cpp", | ||
|  |         "ostream": "cpp", | ||
|  |         "stdexcept": "cpp", | ||
|  |         "streambuf": "cpp", | ||
|  |         "string": "cpp", | ||
|  |         "system_error": "cpp", | ||
|  |         "tuple": "cpp", | ||
|  |         "type_traits": "cpp", | ||
|  |         "typeinfo": "cpp", | ||
|  |         "utility": "cpp", | ||
|  |         "vector": "cpp", | ||
|  |         "xfacet": "cpp", | ||
|  |         "xlocale": "cpp", | ||
|  |         "xlocbuf": "cpp", | ||
|  |         "xlocinfo": "cpp", | ||
|  |         "xlocmes": "cpp", | ||
|  |         "xlocmon": "cpp", | ||
|  |         "xlocnum": "cpp", | ||
|  |         "xloctime": "cpp", | ||
|  |         "xmemory": "cpp", | ||
|  |         "xtr1common": "cpp", | ||
|  |         "xutility": "cpp", | ||
|  |         "iomanip": "cpp", | ||
|  |         "sstream": "cpp", | ||
|  |         "*.tcc": "cpp", | ||
|  |         "array": "cpp", | ||
|  |         "cstdarg": "cpp", | ||
|  |         "cwctype": "cpp", | ||
|  |         "deque": "cpp", | ||
|  |         "map": "cpp", | ||
|  |         "unordered_map": "cpp", | ||
|  |         "algorithm": "cpp", | ||
|  |         "functional": "cpp", | ||
|  |         "memory_resource": "cpp", | ||
|  |         "numeric": "cpp", | ||
|  |         "optional": "cpp", | ||
|  |         "random": "cpp", | ||
|  |         "string_view": "cpp", | ||
|  |         "numbers": "cpp", | ||
|  |         "span": "cpp", | ||
|  |         "text_encoding": "cpp", | ||
|  |         "cinttypes": "cpp", | ||
|  |         "variant": "cpp", | ||
|  |         "csignal": "cpp", | ||
|  |         "chrono": "cpp", | ||
|  |         "ratio": "cpp", | ||
|  |         "any": "cpp", | ||
|  |         "condition_variable": "cpp", | ||
|  |         "forward_list": "cpp", | ||
|  |         "mutex": "cpp", | ||
|  |         "ranges": "cpp", | ||
|  |         "semaphore": "cpp", | ||
|  |         "stop_token": "cpp", | ||
|  |         "thread": "cpp", | ||
|  |         "valarray": "cpp" | ||
|  |     }, | ||
|  |     "C_Cpp.default.compilerPath": "c:\\devkitPro\\msys2\\mingw64\\bin\\g++.exe" | ||
|  | } |