Add view output support

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-19 12:51:36 -05:00
parent 860b5101ba
commit 095e8acb62
5 changed files with 86 additions and 21 deletions

View File

@@ -206,7 +206,6 @@
"category": "GitHub Local Actions",
"command": "githubLocalActions.viewOutput",
"title": "View Output",
"enablement": "viewItem =~ /^githubLocalActions.history_(Success|Failed|Cancelled).*/",
"icon": "$(book)"
},
{
@@ -538,6 +537,7 @@
},
"dependencies": {
"child_process": "^1.0.2",
"sanitize-filename": "^1.6.3",
"yaml": "^2.6.0"
},
"devDependencies": {
@@ -551,4 +551,4 @@
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}
}