21 lines
		
	
	
		
			589 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			589 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "configurations": [
 | |
|         {
 | |
|             "name": "Win32",
 | |
|             "includePath": [
 | |
|                 "${workspaceFolder}/**",
 | |
|                 "C:/Program Files/Eclipse Adoptium/jdk-21.0.5.11-hotspot/include/**"
 | |
|             ],
 | |
|             "defines": [
 | |
|                 "_DEBUG",
 | |
|                 "UNICODE",
 | |
|                 "_UNICODE"
 | |
|             ],
 | |
|             "compilerPath": "C:\\ProgramData\\mingw64\\mingw64\\bin\\gcc.exe",
 | |
|             "cStandard": "c17",
 | |
|             "cppStandard": "gnu++17",
 | |
|             "intelliSenseMode": "windows-gcc-x64"
 | |
|         }
 | |
|     ],
 | |
|     "version": 4
 | |
| } |