Skip to content

Commit 0c07819

Browse files
Resolve conflicts
1 parent 1601c44 commit 0c07819

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## [UNRELEASED]
44

55
- Fix a bug that prevents results from large SARIF files (>4GB) from being rendered in the view. [#1004](https://github.com/github/vscode-codeql/pull/1004)
6-
- Fix the _CodeQL: Open Referenced File_ command for Windows systems. [#979](https://github.com/github/vscode-codeql/pull/979)
76
- Fix a bug that shows 'Set current database' when hovering over the currently selected database in the databases view. [#976](https://github.com/github/vscode-codeql/pull/976)
87
- Fix a bug with importing large databases. Databases over 4GB can now be imported directly from LGTM or from a zip file. This functionality is only available when using CodeQL CLI version 2.6.0 or later. [#971](https://github.com/github/vscode-codeql/pull/971)
98
- Replace certain control codes (`U+0000` - `U+001F`) with their corresponding control labels (`U+2400` - `U+241F`) in the results view. [#963](https://github.com/github/vscode-codeql/pull/963)

extensions/ql-vscode/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,5 +1185,5 @@ export class CliVersionConstraint {
11851185
async supportsRemoteQueries() {
11861186
return this.isVersionAtLeast(CliVersionConstraint.CLI_VERSION_REMOTE_QUERIES);
11871187
}
1188-
1188+
11891189
}

0 commit comments

Comments
 (0)