vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
This issue is about creating a simple and easy to follow manual test plan that any release manager will perform before the release. - [ ] come up with the...
**Describe the bug** Quick query didn't open without a workspace folder The error is : `Workspace storage path is undefined (codeQL.quickQuery)` Stack trace: ``` Workspace storage path is undefined (codeQL.quickQuery)...
**Describe the bug** CodeQL fails to "Compare Results" **Version** CodeQL extension version: 1.6.6 CodeQL CLI version: 2.9.2 Platform: win32 x64 Version: 1.67.2 (user setup) Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5 Date: 2022-05-17T18:15:52.058Z Electron: 17.4.1...
Bumps [d3](https://github.com/d3/d3) and [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3). These dependencies needed to be updated together. Updates `d3` from 6.7.0 to 7.4.4 Release notes Sourced from d3's releases. v7.4.4 Fix incorrect behavior of d3.bisector when...
**Describe the bug** When a `@kind path-problem` query has a path node whose SARIF `"location"` is `file:/`, then the SARIF `"message"` is ignored, and a completely empty entry is displayed:...
When there are many of installed databases in the workspace, extension startup time is slow. This issue is about determining the root cause of this slowness and then fixing it.
In a graph query being displayed by the graph viewer, when the value for `semmle.label` contains backslashes, they appear to be interpreted by graphviz, when I would expect them to...
When running graph queries that produce large graphs, the graph viewer in the extension just shows the CodeQL Query Results pane as an empty space, and I get no error...
The graph viewer displays child nodes in the order specified by the `semmle.order` attribute on the `nodes` predicate, when it should display them in the order specified by the `semmle.order`...
The graph viewer for allows you to move and zoom around the graph, but it only draws within a very restricted viewport that matches the bounding box of the graph...