Skip to content

Commit a7378c9

Browse files
authored
Show the full path of the file on the bottom.
Closes #5
1 parent d7f4b1d commit a7378c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function activate(context: ExtensionContext) {
3232
return {
3333
label: `${path[path.length - 1]} : ${line}`,
3434
description: desc.join(':'),
35+
detail: fullPath,
3536
fullPath: l,
3637
};
3738
}));
@@ -54,4 +55,4 @@ export function activate(context: ExtensionContext) {
5455
}
5556

5657
export function deactivate() {
57-
}
58+
}

0 commit comments

Comments
 (0)