Add github manager with authentication and import variable support

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-21 19:32:01 -05:00
parent 8330caaef9
commit a0974c3d69
4 changed files with 301 additions and 3 deletions

View File

@@ -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`);