vscode-codeql icon indicating copy to clipboard operation
vscode-codeql copied to clipboard

An extension for Visual Studio Code that adds rich language support for CodeQL

Results 187 vscode-codeql issues
Sort by recently updated
recently updated
newest added

It should be possible to view logs that are in progress now that we are creating query history items immediately. Follow on work from https://github.com/github/vscode-codeql/pull/1094

enhancement
VSCode

**Is your feature request related to a problem? Please describe.** Currently after a CodeQL CLI update succeeded the dialog just has a "Show log" button. However, the log does not...

enhancement
good first issue
VSCode

When a user selects an AST Node in the AST Viewer, there should be a way to open the underlying QL type declaration. To simplify things, we will assume that...

enhancement
VSCode

**Describe the bug** Running `npm run integration` from the command line on an M1 Mac leads to the following error: ``` > [email protected] integration > node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace Found .vscode-test/vscode-1.63.2....

bug
VSCode

A user is getting errors when trying to run codeql tests in codespace. Even though the errors were logged, the tests ran anyway. Creating an issue in case anyone can...

bug
VSCode

@hvitved has created two PRs that implement a graph viewer, which have been sitting in our PR triage queue for over 6 months. I've learned that there are a number...

enhancement
VSCode

For normal queries this is not super relevant, but when you run a consistency query with many `query predicate`s, it would be nice if e.g. empty relations use a grey...

enhancement
VSCode

I have a file called `Test.ql`, and I see this file show up in the "Testing" window. I can click on the run button in that window and have my...

enhancement
good first issue
VSCode

**Describe the bug** It is not possible to open files from the codeql source archive. The codeql database was created locally with codeql CLI like follows: ```sh cmake -B build...

bug
VSCode

Currently, if someone changes any query server settings, the query server is immediately stopped. Any running queries will complete with an error. It should be possible to avoid restarting the...

enhancement
good first issue
VSCode