vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
**Describe the bug** The alert of a message containing a placeholder without location information does not render the text. **Version** The CodeQL and VS Code version in which the bug...
If I right click on a query in the query history and click "View Results (CSV)", any objects are displayed as "[object Object]", which is not helpful. It would be...
Originally added in #815, this command takes a referenced file path and uses the CLI to find the underlying `.ql` file. With #979 it will have some custom handling for...
Sometimes I have a Finder window open in the directory where I build or download databases, and it would be quicker to drag and drop from there onto VS Code...
Currently the VS Code extension supports viewing the raw results of diagnostics queries, but it can't view the interpreted results of diagnostics queries like it can for alert and path...
Currently the VS Code extension supports viewing the raw results of metric queries, but it can't view the interpreted results of metric queries like it can for alert and path...
When running integration tests locally, they pass the first time you run them and fail subsequently. In particular, `extensions/ql-vscode/src/vscode-tests/cli-integration/databases.test.ts` `should add a database from a folder` fails. And I can...
**Describe the bug** When I select multiple databases for upgrade, the extension pops up an "upgrade confirmation" dialog box for each database. I then get an additional confirmation box for...
VSCode only handles locations corresponding to a range. This is a known shortcoming. This also means special ranges can correspond to invalid VSCode ranges which mean that no scroll happens....
**Is your feature request related to a problem? Please describe.** When triaging large sets of findings not being able to narrow the finding set down to a specific area of...