18 lines
		
	
	
		
			364 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "configurations": [
 | |
|     {
 | |
|       "name": "windows-gcc-x64",
 | |
|       "includePath": [
 | |
|         "${workspaceFolder}/**"
 | |
|       ],
 | |
|       "compilerPath": "C:/msys64/ucrt64/bin/gcc.exe",
 | |
|       "cStandard": "${default}",
 | |
|       "cppStandard": "${default}",
 | |
|       "intelliSenseMode": "windows-gcc-x64",
 | |
|       "compilerArgs": [
 | |
|         ""
 | |
|       ]
 | |
|     }
 | |
|   ],
 | |
|   "version": 4
 | |
| } |