check.py ERROR database or codeql is error. qlpath error,check it at config/config.ini or close the Visual Studio Code.
2023/04/22 16:56:53 check.py ERROR database or codeql is error. qlpath error,check it at config/config.ini or close the Visual Studio Code.



qlpath是有问题的,这里的路径是sdk中的一个子目录,类似于D:\CodeQL\ql\java\ql\test\。所以你的qlpath目录应该是codeql-cli\java\ql\test这个目录
我的codeql-cli\java\下没有ql和test这个两目录



你的这个目录应该是引擎,codeql还需要下载对应的sdk,https://github.com/github/codeql。
codeql的安装可以参考https://www.freebuf.com/articles/web/283795.html
我在home的这个文件夹下找到了,codeql-home和codeql-cli都安装了,cmd可以直接执行codeql
