Mac 关于 VSCode 装插件后无法编译运行

本人用 Mac 的 VSCode 编译运行 C++,在终端运行正常,可以正常输入,返回结果也正确。

现在因为一些需要,安装了 CPH (Competitive Programming Helper) 插件后,点击 Run Testcases 会出现

Errors while compiling:
ld: warning: directory not found for option '-L***'

(*** 处为系统用户名)

但我的系统并没有配置 task.json, lanuch.json,但可以正常运行。

用的是 g++ 11.2.0,系统 Big Sur