vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
## Background This feature request is about allowing unzipped database source archives in addition to zipped source archives. Historically, we allowed unzipped archives, but it was challenging to maintain multiple...
When attempting to show the AST, received an error "reading bqrs failed" CodeQL extension version: 1.6.1 CodeQL CLI version: 2.8.0 Platform: darwin arm64 VSCode Version: 1.65.0 Commit: b5205cc8eb4fbaa726835538cd82372c **Reproduce** Try...
**Is your feature request related to a problem? Please describe.** When we added the quick query feature in #210, we had to stick within the confines of what was possible...
**Describe the bug** Casts are not consistently colored. Sometimes they are green-ish and sometimes blue-ish. **Version** The CodeQL and VS Code version in which the bug occurs. CodeQL extension version:...
Even after making changes to a qhelp file, the preview page does not change. Most likely, it is related to https://github.com/microsoft/vscode/issues/138630
**TL;DR:** vscode-jsonrpc should be upgraded. **Describe the bug** Spurious warnings can appear in the "CodeQL Query Server" log when a query is cancelled. I just got the following message when...
First noticed https://github.com/github/vscode-codeql/issues/1124#issuecomment-1039003407 To reproduce: 1. Create a `.config/codeql/config` file 2. add an entry like `resolve ram --heap-ram 100` 3. Start the vscode extension 4. Notice that it is not...
Query evaluation ran out of memory (Java heap maximum: 1165 MiB, Off-heap arrays maximum: 1941 MiB).
Hi Team, I'm using vscode-codeql version 1.4.8 and I got this error `Query evaluation ran out of memory (Java heap maximum: 1165 MiB, Off-heap arrays maximum: 1941 MiB).` while running...
**Describe the bug** When launching the CodeQL test viewer in VS Code connected to a GitHub Codespace, the test viewer dumps the following into the 'output' tab: ``` Starting GitHub.vscode-codeql...
**Describe the bug** Square brackets in alert messages `[` and `]` are rendered as `\[` and `\]` respectively. **Version** CodeQL extension version: 1.5.10 CodeQL CLI version: 2.7.5 Platform: darwin x64...