vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
This PR adds support for scanning the evaluator log to detect suspicious join orders that may be causing performance problems in a query. The actual detection algorithm is cut-and-pasted, and...
**Describe the bug** When the extension runs CodeQL CLI commands and those commands attempt to report progress through stderr then the messages are buffered and only shown after the CLI...
**Describe the bug** Support for large sarif files was added in https://github.com/github/vscode-codeql/pull/1004 which "fixed" https://github.com/github/vscode-codeql/issues/735. However, this only works one time. When the sarif file already exists and the results...
When we attempt to re-open query results, instead of using the streaming SARIF parser written in #1004, we used `JSON.parse()`. This couldn't handle large SARIF files and we ran into...
Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 1.8.7 to 2.3.4. Release notes Sourced from applicationinsights's releases. 2.3.4 #988 Adding timeout to Azure Metadata service call #982 Do not enable auto tracking of Azure SDK...
The function of importing multiple local databases at the same time is required, and it is difficult to import one by one.
Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 16.3.0 to 17.4.0. Release notes Sourced from @primer/octicons-react's releases. v17.4.0 Minor Changes #810 840f4eb Thanks @ashygee! - - modifies tasklist icon proposed in github/primer#746 adds a new...
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
If the default installed codeql CLI is manually deleted, or its folder is changed, then the extension fails to find the CLI and does not provide any instructions on how...
Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 6.1.3 to 8.0.2. Commits 9d0da3e Publish [email protected] 60d4ecb Make async tests more reliable (#1024) 58749fe Fix typo in doc comment (#1023) 8c4ccaf Fixes #1013: Document diagnostics report...