18 lines
		
	
	
		
			471 B
		
	
	
	
		
			JSON
		
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			471 B
		
	
	
	
		
			JSON
		
	
	
	
|  | { | ||
|  |     "configurations": [ | ||
|  |         { | ||
|  |             "name": "Linux", | ||
|  |             "includePath": [ | ||
|  |                 "${workspaceFolder}/**", | ||
|  |                 "${workspaceFolder}" | ||
|  |             ], | ||
|  |             "defines": [], | ||
|  |             "compilerPath": "/usr/bin/gcc", | ||
|  |             "cStandard": "c11", | ||
|  |             "cppStandard": "c++14", | ||
|  |             "intelliSenseMode": "linux-gcc-x64", | ||
|  |             "configurationProvider": "ms-vscode.cmake-tools" | ||
|  |         } | ||
|  |     ], | ||
|  |     "version": 4 | ||
|  | } |