C++ 如何找到内置的问题匹配器';定义?

C++ 如何找到内置的问题匹配器';定义?,c++,gcc,visual-studio-code,ide,vscode-settings,C++,Gcc,Visual Studio Code,Ide,Vscode Settings,根据研究,可能有许多内置的问题匹配器。例如: "label": "build", "type": "shell", "command": "make", "problemMatcher": [ "$gcc", "$msCompile" ], "group": "build" 我

根据研究,可能有许多内置的问题匹配器。例如:

"label": "build",
"type": "shell",
"command": "make",
"problemMatcher": [ "$gcc", "$msCompile" ],
"group": "build"
我的问题


如何找到$gcc和$msCompile的定义?

转到定义问题匹配器的扩展名的
package.json
文件这里是
ms-vscode.cpptools-1.3.1