vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
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
**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...
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...
**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....
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...
@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...
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...
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...
**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...
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...