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

**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...

bug
good first issue
VSCode

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...

enhancement
good first issue
VSCode

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...

good first issue
VSCode

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...

enhancement
good first issue
VSCode

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...

VSCode

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...

VSCode

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...

bug
VSCode

**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...

bug
good first issue
VSCode

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....

bug
good first issue
VSCode

**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...

enhancement
VSCode