We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e586f3d commit 0983733Copy full SHA for 0983733
extensions/ql-vscode/src/common/commands.ts
@@ -59,7 +59,7 @@ export type QueryHistoryCommands = {
59
"codeQLQueryHistory.openOnGithub": SelectionCommandFunction<QueryHistoryInfo>;
60
"codeQLQueryHistory.copyRepoList": SelectionCommandFunction<QueryHistoryInfo>;
61
62
- // Commands in the command pallete
+ // Commands in the command palette
63
"codeQL.exportSelectedVariantAnalysisResults": () => Promise<void>;
64
};
65
0 commit comments