We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24626c8 commit 25ba228Copy full SHA for 25ba228
extensions/ql-vscode/src/language-support/ast-viewer/ast-viewer.ts
@@ -84,7 +84,7 @@ class AstViewerDataProvider
84
treeItem.command = {
85
command: "codeQLAstViewer.gotoCode",
86
title: "Go To Code",
87
- tooltip: `Go To ${item.location?.toString() ?? "Code"}`,
+ tooltip: "Go To Code",
88
arguments: [item],
89
};
90
return treeItem;
0 commit comments