Skip to content

Commit e8c9cbb

Browse files
authored
Merge pull request #6 from flpwgr/master
Show the full path of the file on the bottom.
2 parents d7f4b1d + a7378c9 commit e8c9cbb

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)