vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
🚨 Please review this PR commit-by-commit. ## What Follow-up from [this PR](https://github.com/github/vscode-codeql/pull/1545) where we introduced a monitor to check on the status of the variant analysis. We'd like to auto-download...
This will open the variant analysis view after the variant analysis has been submitted. It will also show a notification that the analysis has been submitted, which includes the query...
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.24.0. Release notes Sourced from eslint's releases. v8.24.0 Features 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic) b0d72c9 feat: add...
Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 16.3.0 to 17.5.0. Release notes Sourced from @primer/octicons-react's releases. v17.5.0 Minor Changes #827 f186ad3 Thanks @edokoa! - Save accessibility-inset 16px icon #828 6c0d207 Thanks @edokoa! - Save...
Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 8.0.1. Release notes Sourced from husky's releases. v8.0.1 fix: use POSIX equality operator v8.0.0 What's Changed Feats feat: add husky - prefix to logged global...
This implements persistence for the variant analysis webview, allowing the webview panel to be restored when VSCode is restarted. It's probably easier to add this now than to try to...
This is a new variant of #1499 that is based on my most recent changes to #1498.
This adds Prettier and replaces tsfmt. VSCode is set to use Prettier for formatting TypeScript/TSX files and format on save since Prettier is very fast and does not cause any...
Bumps [d3-graphviz](https://github.com/magjac/d3-graphviz) from 2.6.1 to 4.4.0. Release notes Sourced from d3-graphviz's releases. v4.4.0 See the CHANGELOG for details. v4.3.0 See the CHANGELOG for details. v4.2.0 See the CHANGELOG for details....
This bundles the extension files using esbuild, as recommended by VSCode. This reduces the size of the extension from 17MB to 6MB. Gulp will still run TypeScript to check types,...