我从 https://github.com/TartanLlama/minidbg git clone 了cmake 项目代码; 因为包含子仓库,又运行 git submodule update --init --recursive ;
接着: guyuming@gymGentoo ~/minidbg $ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1
我可以看到目录里生成了 compile_commands.json 但是如图 go to definition, find reference 菜单项都是灰的,我要是选 session->restart , 还会说 :user-error "There are no active servers in the current buffer
在 bash 里运行 which clangd 是有返回结果的
如何才能让 go to definition 菜单生效?