We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dc391 commit e0dd8c7Copy full SHA for e0dd8c7
1 file changed
extensions/ql-vscode/src/common/commands.ts
@@ -35,6 +35,7 @@ export type SingleSelectionCommandFunction<Item> = (
35
// Builtin commands where the implementation is provided by VS Code and not by this extension.
36
// See https://code.visualstudio.com/api/references/commands
37
export type BuiltInVsCodeCommands = {
38
+ // The codeQLDatabases.focus command is provided by VS Code because we've registered the custom view
39
"codeQLDatabases.focus": () => Promise<void>;
40
"markdown.showPreviewToSide": (uri: Uri) => Promise<void>;
41
setContext: (
0 commit comments