This commit is contained in:
Robert
2023-03-22 10:51:03 +00:00
parent e586f3de53
commit 0983733a67

View File

@@ -59,7 +59,7 @@ export type QueryHistoryCommands = {
"codeQLQueryHistory.openOnGithub": SelectionCommandFunction<QueryHistoryInfo>;
"codeQLQueryHistory.copyRepoList": SelectionCommandFunction<QueryHistoryInfo>;
// Commands in the command pallete
// Commands in the command palette
"codeQL.exportSelectedVariantAnalysisResults": () => Promise<void>;
};