vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
Hi VS Code PM Here 👋 1. Install CodeQl 3. See telemetry dialog 🐛 Here are our telemetry collection guidelines https://code.visualstudio.com/api/extension-guides/telemetry Based on that I strongly suggest that you do...
**Is your feature request related to a problem? Please describe.** When using MRVA with a query (custom or default) that yields a lot of results it is often hard to...
This implements streaming for the compare view to avoid a crash when the total JSON.stringified size of the comparison is larger than 1GB (i.e. the Node.js string limit). It does...
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.12.0. Release notes Sourced from eslint's releases. v9.12.0 Features 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami) 17a07fb feat: Hooks for test cases (RuleTester)...
Would it be possible to get the provenance information from flow paths shown in the compare view as well? Currently provenance shows up nicely in the paths in the alerts...
**Describe the bug** When refreshing a DB created with `codeql test run` through the `This test database is outdated. Do you want to reimport it?` prompt, the AST viewer does...
Bumps the typescript-eslint group in /extensions/ql-vscode with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 8.32.0 to 8.32.1 Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.32.1 8.32.1 (2025-05-12) 🩹 Fixes eslint-plugin:...
Bumps the storybook group in /extensions/ql-vscode with 6 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.6.14` | `9.0.0` |...
Upgrades eslint to version 9, as well as upgrading a few plugins. I've tried to convert the old config as closely as I could, but I've removed a few plugins...
**Is your feature request related to a problem? Please describe.** The CodeQL model editor for csharp does not allow to add a `Parameter` for a `sourceModel`:  **Describe the solution...