Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 967 Bytes

File metadata and controls

15 lines (8 loc) · 967 Bytes

CodeQL学习使用中遇到BUG

这里记录一下在学习使用中踩过的bug的坑点、

bug描述 解决方案
Please try using a newer version of the query libraries.(codeQL runQuery)
Error Query demo.ql
expects database scheme vscode-codeql-starter\ql\java\ql\src\config\semmlecode.dbscheme, but the current database has a different scheme, and no database upgrades are available. The current database scheme may be newer than the CodeQL query libraries in your workspace
bug1.md