28 lines
		
	
	
		
			714 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			714 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|     "tasks": [
 | |
|         {
 | |
|             "type": "cppbuild",
 | |
|             "label": "C/C++: gcc 生成活动文件",
 | |
|             "command": "/usr/bin/gcc",
 | |
|             "args": [
 | |
|                 "-fdiagnostics-color=always",
 | |
|                 "-g",
 | |
|                 "${file}",
 | |
|                 "-o",
 | |
|                 "${fileDirname}/${fileBasenameNoExtension}"
 | |
|             ],
 | |
|             "options": {
 | |
|                 "cwd": "${fileDirname}"
 | |
|             },
 | |
|             "problemMatcher": [
 | |
|                 "$gcc"
 | |
|             ],
 | |
|             "group": {
 | |
|                 "kind": "build",
 | |
|                 "isDefault": true
 | |
|             },
 | |
|             "detail": "调试器生成的任务。"
 | |
|         }
 | |
|     ],
 | |
|     "version": "2.0.0"
 | |
| } |