vscode-codeql
vscode-codeql copied to clipboard
An extension for Visual Studio Code that adds rich language support for CodeQL
**Describe the bug** When test execution times out (after 5 minutes by default), the extension does not seem to notice that properly: - The "Testing" tab still shows the test...
**Is your feature request related to a problem? Please describe.** Some users have had issues with running out of memory for the language server. However it is not configurable so...
**Describe the bug** Restarting the extension before all databases have been reloaded means we lose the databases that haven't been loaded yet. **Version** CodeQL extension version: 1.6.11 CodeQL CLI version:...
**Describe the bug** When you have a folder that contains both multiple test packs and non-test packs, it will appear as runnable in the UI with the test packs a...
VSCode CodeQL update breaks the CodeQL CLI installation either in Windows or WSL (Linux on Windows)
**Describe the bug** VSCode allows opening WSL folders and working with them from Windows. VSCode has native support for running extensions in this scenario and allows to select which extensions...
Adds "alert indicators" in the model editor to show how many results a certain model has generated:  - We only show these indicators when there's an evaluation run available...
(Builds upon the https://github.com/github/vscode-codeql/pull/3452 PR because otherwise it'll just conflict. The changes aren't related except that the functions being moved are next to each other.) I argue that the `convertGithubNwoToDatabaseUrl`...
The `findDirWithFile` function is pretty general and I'd argue belongs in `files.ts` more than it does in `database-fetcher.ts`. This refactoring is not a huge win in itself but it helps...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
This PR is trying to add tests that would have caught the bug fixed in https://github.com/github/vscode-codeql/pull/3439 To do this we need to initialize a `MethodModelingViewProvider` and send it a "viewLoaded"...