eng: make it selfhost failure log easier to access and more stable (#212626)

This commit is contained in:
Connor Peet
2024-05-13 11:35:03 -07:00
committed by GitHub
parent 501b2bb22c
commit 929bec07f1
3 changed files with 35 additions and 9 deletions

View File

@@ -14,6 +14,13 @@
{
"command": "selfhost-test-provider.updateSnapshot",
"title": "Update Snapshot",
"category": "Testing",
"icon": "$(merge)"
},
{
"command": "selfhost-test-provider.openFailureLog",
"title": "Open Selfhost Failure Logs",
"category": "Testing",
"icon": "$(merge)"
}
],