You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cloud9): "Failed to run command: aws.viewLogsAtMessage" #4296
Problem:
"View Toolkit Logs" command may show an error in Cloud9:
2024-01-18 00:33:13 [ERROR]: aws.viewLogsAtMessage: Error: Command 'workbench.action.files.revert' not found.
The `workbench.action.files.revert` command has existed since at least
2017, and definitely exists in vscode 1.68...
microsoft/vscode@9e5c7d0
Solution:
"workbench.action.files.revert" is not critical to openLogId(), so just log if it fails.
0 commit comments