19 lines
		
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "configurations": [ | ||
|  |         { | ||
|  |             "name": "Win32", | ||
|  |             "includePath": [ | ||
|  |                 "${workspaceFolder}/**" | ||
|  |             ], | ||
|  |             "defines": [ | ||
|  |                 "_DEBUG", | ||
|  |                 "UNICODE", | ||
|  |                 "_UNICODE" | ||
|  |             ], | ||
|  |             "intelliSenseMode": "windows-gcc-x64", | ||
|  |             "cppStandard": "c++20", | ||
|  |             "cStandard": "c17" | ||
|  |         } | ||
|  |     ], | ||
|  |     "version": 4 | ||
|  | } |