vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
The goal behind this feature is better discoverability of existing features. Many users are unaware of the different features available in the extension and there is no single place where...
The use case of the control-flow graph viewer is for teams developing language libraries. They need to ensure that the CFG generated by the CodeQL library is correct. In particular,...
**Describe the bug** When connecting from VSCode (Linux) to a remote Linux server over SSH, it is not possible to view the source files contained in a CodeQL database. This...
**Is your feature request related to a problem? Please describe.** In order to facilitate workspace sharing (e.g., for CodeQL trainings and CTF), it would be great if we could have...
**Describe the bug** When using remote development via the Remote-SSH extension, and adding a database with a zipped source archive to an open workspace/folder, VS Code shows an error and...
There is no easy way for a user to create a database locally if the only version of the cli installed is the default extension's version. The reason is that...
To reproduce: 1. Install `ms-vscode.cpptools` 2. Open a workspace with no codeql databases and ensure the `vscode-codeql` extension is not activated 3. Add a folder with C/C++ code 4. Notice...
**Is your feature request related to a problem? Please describe.** When developing QL tests it can be difficult to triage the initial results shown in the CodeQL tests output, because...
**Is your feature request related to a problem? Please describe.** For Ruby, we have two views of the AST: The rich AST, and the desugared AST. The AST viewer (that...
**Describe the bug** Received message `no result from server` on running a quick query. Immediately preceding extension log: ``` [2021-07-01 08:29:46] [DETAILS] resolve qlpacks> Scanning for qlpack.yml from /Users/chris/vscode-codeql-starter/codeql-custom-queries-cpp/ [2021-07-01...