vscode-codeql icon indicating copy to clipboard operation
vscode-codeql copied to clipboard

An extension for Visual Studio Code that adds rich language support for CodeQL

Results 187 vscode-codeql issues
Sort by recently updated
recently updated
newest added

**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...

bug
good first issue
VSCode

**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...

enhancement
good first issue
VSCode

**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:...

bug
VSCode

**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...

bug
VSCode

**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...

bug
VSCode

Adds "alert indicators" in the model editor to show how many results a certain model has generated: ![image](https://github.com/github/vscode-codeql/assets/42641846/a41a1675-ba84-4c79-8cb5-318a47c27aff) - 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...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/plugin-throttling&package-manager=npm_and_yarn&previous-version=8.1.3&new-version=9.0.3)](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`....

Update dependencies

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"...