Skip to content

Move codeQL.exportSelectedVariantAnalysisResults to query history manager#2192

Merged
robertbrignull merged 2 commits intomainfrom
robertbrignull/export_selected_results_command
Mar 22, 2023
Merged

Move codeQL.exportSelectedVariantAnalysisResults to query history manager#2192
robertbrignull merged 2 commits intomainfrom
robertbrignull/export_selected_results_command

Conversation

@robertbrignull
Copy link
Copy Markdown
Contributor

This follows on from #2186 and is also tangentially related to converting the variant analysis commands (#2191).

I think this command probably fits best on the query history manager, because it is acting on the variant analysis currently selected in the query history panel. I've checked and having a view open does not affect it. It's purely operating on the query history selection state.

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

"codeQLQueryHistory.openOnGithub": SelectionCommandFunction<QueryHistoryInfo>;
"codeQLQueryHistory.copyRepoList": SelectionCommandFunction<QueryHistoryInfo>;

// Commands in the command pallete
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Commands in the command pallete
// Commands in the command palette

@robertbrignull robertbrignull merged commit 2334e4e into main Mar 22, 2023
@robertbrignull robertbrignull deleted the robertbrignull/export_selected_results_command branch March 22, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants