vscode-codeql

An extension for Visual Studio Code that adds rich language support for CodeQL

MIT License

Stars
401
Committers
56

Bot releases are visible (Hide)

vscode-codeql - Release v1.5.2

Published by github-actions[bot] over 3 years ago

Patch version release. Fixes some minor bugs and adds a command to re-add a database source folder to the workspace. See changelog for details.

vscode-codeql - Release v1.5.1

Published by github-actions[bot] over 3 years ago

Patch version release. No user facing changes.

vscode-codeql - Release v1.5.0

Published by github-actions[bot] over 3 years ago

Minor version release. Allows the codeQL.cli.executablePath configuration setting to be set in workspace-scoped configuration files. This means that each workspace can now specify its own CodeQL CLI compiler, a feature that is unblocked due to implementing Workspace Trust. See changelog for details.

vscode-codeql - Release v1.4.8

Published by github-actions[bot] over 3 years ago

Patch version release. Ensures that changes in directories that contain tests are properly updated in the test explorer. See changelog for details.

vscode-codeql - Release v1.4.7

Published by github-actions[bot] over 3 years ago

Patch version release. Fixes bug in rendering results. See changelog for details.

vscode-codeql - Release v1.4.6

Published by github-actions[bot] over 3 years ago

Patch version release. Add an option to jump from a .qlref file to the .ql file it references. See changelog for details.

vscode-codeql - Release v1.4.5

Published by github-actions[bot] over 3 years ago

Patch version release. Fixes errors observed while running queries without metadata or running tests in the presence of other extensions. See changelog for details.

vscode-codeql - Release v1.4.4

Published by github-actions[bot] over 3 years ago

Patch version release. Adds capability of adding compiler options for running QL tests. Adds ability to download query results as a CSV file. Adds snippets for common QL concepts. See changelog for details.

vscode-codeql - Release v1.4.3

Published by github-actions[bot] over 3 years ago

Patch version release. Avoid displaying an error on startup when user has no databases installed. Better error messages when the AST Viewer cannot display the AST of a file. Caching ASTs between calls to the AST viewer, so repeated calls to view an AST are significantly faster. See changelog for details.

vscode-codeql - Release v1.4.2

Published by github-actions[bot] over 3 years ago

Patch version release. Fixes version constraints for using non-destructive upgrades. Adds a status bar item for displaying the CodeQL compiler version. See changelog for details.

vscode-codeql - Release v1.4.1

Published by github-actions[bot] over 3 years ago

Patch version release. Fixes text on a modal dialog box. See changelog for details.

vscode-codeql - Release v1.4.0

Published by github-actions[bot] over 3 years ago

Minor version release. On a strictly opt-in basis, collect anonymized usage data from the VS Code extension, helping improve CodeQL's usability and performance. See TELEMETRY.md for more information on exactly what data is collected and what it is used for. See changelog and documentation for details.

vscode-codeql - Release v1.3.10

Published by github-actions[bot] over 3 years ago

Patch version release. Includes improvements to error logging. See changelog for details.

vscode-codeql - Release v1.3.8

Published by github-actions[bot] almost 4 years ago

Patch version release. Includes improvements to handling database locks as well as numerous bug fixes and UI enhancements. See changelog for details.

vscode-codeql - Release v1.3.7

Published by github-actions[bot] almost 4 years ago

Patch version release. Includes improvements in QL Test running and the AST Viewer. See changelog for details.

vscode-codeql - Release v1.3.6

Published by github-actions[bot] almost 4 years ago

Patch version release. Includes bug fixes for URI encoding and displaying boolean values correctly in the results view. See changelog and documentation for details.

vscode-codeql - Release v1.3.5

Published by github-actions[bot] almost 4 years ago

vscode-codeql - Release v1.3.4

Published by github-actions[bot] almost 4 years ago

Patch version release. Includes the AST Viewer that displays the CodeQL abstract syntax tree for a particular source file in a database. Includes improvements to running multiple queries simultaneously and adds a View DIL command to see the Datalog Intermediary Language representation of the compiled query. See changelog and documentation for details.

vscode-codeql - Release v1.3.3

Published by github-actions[bot] about 4 years ago

Patch version release. Includes improvements to results display and sorting. See changelog and documentation for details.

vscode-codeql - Release v1.3.2

Published by github-actions[bot] about 4 years ago

Patch version release. Includes pagination for raw results, an experimental AST Viewer, and other improvements. See changelog and documentation for details.