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

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

enhancement
good first issue
VSCode
Complexity: Low

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

enhancement
VSCode

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

bug
VSCode

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

enhancement
VSCode
Complexity: Medium

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

bug
QL4E parity
VSCode

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

enhancement
VSCode
Complexity: High

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

bug
VSCode

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

enhancement
VSCode

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

enhancement
VSCode

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

bug
VSCode