Jump to location when clicking on usage

This commit is contained in:
Robert
2023-08-08 15:04:45 +01:00
parent 16d5f0f12b
commit 7443b35ebc

View File

@@ -43,6 +43,11 @@ export class ModelDetailsDataProvider
return {
label: item.label,
collapsibleState: TreeItemCollapsibleState.None,
command: {
title: "Show usage",
command: "codeQLDataExtensions.jumpToUsageLocation",
arguments: [item, this.databaseItem],
},
};
}
}