Skip to content

Commit fa7d85e

Browse files
authored
Merge pull request #2512 from github/nora/remove-code-search-flag
Remove code search feature flag
2 parents 1799426 + afa2f42 commit fa7d85e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- Add repositories to a variant analysis list with GitHub Code Search. [#2439](https://github.com/github/vscode-codeql/pull/2439) and [#2476](https://github.com/github/vscode-codeql/pull/2476)
6+
57
## 1.8.5 - 6 June 2023
68

79
- Add settings `codeQL.variantAnalysis.defaultResultsFilter` and `codeQL.variantAnalysis.defaultResultsSort` for configuring how variant analysis results are filtered and sorted in the results view. The default is to show all repositories, and to sort by the number of results. [#2392](https://github.com/github/vscode-codeql/pull/2392)

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
},
968968
{
969969
"command": "codeQLVariantAnalysisRepositories.importFromCodeSearch",
970-
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/ && config.codeQL.codeSearch",
970+
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canImportCodeSearch/",
971971
"group": "2_qlContextMenu@1"
972972
},
973973
{

0 commit comments

Comments
 (0)