Add github manager with authentication and import variable support
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ export class HistoryManager {
|
||||
|
||||
async viewOutput(history: History) {
|
||||
try {
|
||||
const document = await workspace.openTextDocument(history.logPath)
|
||||
const document = await workspace.openTextDocument(history.logPath);
|
||||
await window.showTextDocument(document);
|
||||
} catch (error) {
|
||||
window.showErrorMessage(`${history.name} #${history.count} log file not found`);
|
||||
|
||||
Reference in New Issue
Block a user