Skip to content

Commit a3fca91

Browse files
committed
Add icon to log file entries in log viewer
1 parent 9d1596b commit a3fca91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logViewer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class LogViewerProvider implements vscode.TreeDataProvider<LogFile>, vsco
5757
title: 'Open Log File',
5858
arguments: [filePath]
5959
});
60+
logFile.iconPath = new vscode.ThemeIcon('file');
6061
logFile.children = this.getLogFileLines(filePath);
6162
return logFile;
6263
});

0 commit comments

Comments
 (0)