Skip to content

Commit e0dd8c7

Browse files
Add comment about codeQLDatabases.focus
1 parent 14dc391 commit e0dd8c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/src/common/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export type SingleSelectionCommandFunction<Item> = (
3535
// Builtin commands where the implementation is provided by VS Code and not by this extension.
3636
// See https://code.visualstudio.com/api/references/commands
3737
export type BuiltInVsCodeCommands = {
38+
// The codeQLDatabases.focus command is provided by VS Code because we've registered the custom view
3839
"codeQLDatabases.focus": () => Promise<void>;
3940
"markdown.showPreviewToSide": (uri: Uri) => Promise<void>;
4041
setContext: (

0 commit comments

Comments
 (0)