Skip to content

Commit 24df5f9

Browse files
committed
Update PR link in changelog
1 parent 966641e commit 24df5f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@
112112
"[typescriptreact]": {
113113
"editor.defaultFormatter": "esbenp.prettier-vscode",
114114
"editor.formatOnSave": true
115-
}
115+
},
116+
"codeQL.githubDatabase.download": "never"
116117
}

extensions/ql-vscode/CHANGELOG.md

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

55
- Remove support for CodeQL CLI versions older than 2.21.4. [#4285](https://github.com/github/vscode-codeql/pull/4285)
6-
- Added support for selection-based result filtering via a checkbox in the result viewer. When enabled, only results from the currently-viewed file are shown. Additionally, if the editor selection is non-empty, only results within the selection range are shown. (TODO: link to PR)
6+
- Added support for selection-based result filtering via a checkbox in the result viewer. When enabled, only results from the currently-viewed file are shown. Additionally, if the editor selection is non-empty, only results within the selection range are shown. [#4362](https://github.com/github/vscode-codeql/pull/4362)
77

88
## 1.17.7 - 5 December 2025
99

0 commit comments

Comments
 (0)