You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first created a CodeQL environment using the command codeql database create .\java-test -l=java --command="mvn -fn clean install --file pom.xml -Dmaven.test.skip=true"
Then another folder was created java-test-query, The folder contains qlpack.yml and a query file called test-query.ql
Thank you for raising this @icecliffs. I've opened an internal issue to look into performance issues around this area. We've also had some other reports of this happening. It should get there eventually and the plugin will load, but it can take a while. It may also be worth trying to restart the plugin and see if it's better other times or if it consistently takes this long to load.
Describe the bug
The plugin is constantly loading, and "From a folder" is not working
Version
CodeQL extension version: 1.10.0
CodeQL CLI version: 2.14.3
Platform: win32 x64
To reproduce
I first created a CodeQL environment using the command
codeql database create .\java-test -l=java --command="mvn -fn clean install --file pom.xml -Dmaven.test.skip=true"
Then another folder was created
java-test-query
, The folder contains qlpack.yml and a query file called test-query.qlqlpack.yml
test-query.ql
Then I opened the
java-test-query
using VSCode, And opened the library of codeql againHere is my workspace structure
Then the codeql plugin remained loaded and could not be used properly, When I click on From a folder, there is no response
Expected behavior
Let my CodeQL plugin run properly, Can load the database normally
Additional context
The text was updated successfully, but these errors were encountered: