Skip to content

Commit 25ba228

Browse files
Simplify tooltip
1 parent 24626c8 commit 25ba228

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/src/language-support/ast-viewer

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/language-support/ast-viewer/ast-viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class AstViewerDataProvider
8484
treeItem.command = {
8585
command: "codeQLAstViewer.gotoCode",
8686
title: "Go To Code",
87-
tooltip: `Go To ${item.location?.toString() ?? "Code"}`,
87+
tooltip: "Go To Code",
8888
arguments: [item],
8989
};
9090
return treeItem;

0 commit comments

Comments
 (0)