vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
**Is your feature request related to a problem? Please describe.** I use the query history regularly to go back to older query runs (both MRVA and local runs) and compare...
**DO NOT MERGE** Just for debugging some Actions failures.
**Is your feature request related to a problem? Please describe.** When developing CodeQL queries, it is convenient to write unit tests and query the database that is output from running...
Idea would be to add parts of sub-sources/sub-sinks to the edges relation. Normally, these would not be shown, but they would be expandable on request. Ask `@aschackmull` for details on...
Reported by several internal users: ``` [2023-09-06 14:13:16] Evaluation of .../code/ql/java/ql/src/Security/CWE/CWE-022/TaintedPath.ql produced BQRS results. Error running query: Cannot create a string longer than 0x1fffffe8 characters (codeQL.quickEvalContextEditor) Error: Error running query:...
**Describe the bug** If you use a query with `@kind problem` in the metadata (or even without `@kind`, whose `select` clause has an element as first tuple value, e.g. `select...
Please ignore
WIP of a performance viewer for CodeQL ## Checklist - [x] [CHANGELOG.md](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md) has been updated to incorporate all user visible changes made by this pull request. - [ ] Issues...
Trivial fix is to ignore events for tests we didn't explicitly request in the run. I also discovered that sometimes the CLI emits an empty null-terminated string as an event....
This PR updates the new test UI to consume the richer events emitted by `codeql test run` starting in CLI 2.13.1. We now get a notification when a test _starts_...