Skip to content

The plugin button does not work #3092

Open
@icecliffs

Description

@icecliffs

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.ql

qlpack.yml

name: java-test-query
version: 0.0.0
libraryPathDependencies: codeql/java

test-query.ql

import java

from Method method
select method

Then I opened the java-test-query using VSCode, And opened the library of codeql again

Here is my workspace structure

image

Then the codeql plugin remained loaded and could not be used properly, When I click on From a folder, there is no response

image

Expected behavior

Let my CodeQL plugin run properly, Can load the database normally

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    VSCodebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions