vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
It is simple on my side. Each time I fire a codespace on my local Vscode editor, it starts a codeql installation even though the codeql was not updated or...
When re-importing a test database, if the source archive for that database is not in the workspace, then old source code will be seen when inspected. To reproduce: 1. Run...
Bumps CLI version from v2.17.2 to v2.17.3
This makes changes to the Python model editor parsing code to incorporate the query changes from https://github.com/github/codeql/pull/15655. These changes consist of: - Adding support for reading rich type columns (as...
**Describe the bug** I couldn't set autocomplete mode in VSCode **Version** CodeQL 2.17.5 and latest VSCode extension for CodeQL. **To reproduce** codeql-custom-queries-cpp/codeql-pack.yml ```json --- library: true warnOnImplicitThis: false name: getting-started/codeql-extra-queries-cpp...
Enable BigInt results in Quick Evals. TODO: - [ ] Tests - [ ] Update the [changelog](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md)
**Describe the bug** Under some specific circumstance(s) the model editor gets into an infinite loading state, with no error message about what has gone wrong. **Version** The CodeQL and VS...
This PR adds an `ignoredFolders` setting to the extension. Currently, `getOnDiskWorkspaceFolders` gets all root folders in a multi-root workspace to use for things like `--additional-packs` when invoking the CLI tool....
This upgrades all Octokit packages to their latest version for which the main change is the switch to ESM. Therefore, we need to transform some more packages in the Jest...
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.1.3 to 9.3.1. Release notes Sourced from @octokit/plugin-throttling's releases. v9.3.1 9.3.1 (2024-07-14) Bug Fixes only import Octokit as type (#721) (e3727b4) v9.3.0 9.3.0 (2024-04-29) Features Copilot usage...