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: help > open logs may not work after interacting with other options (#4139)
* fix: help > open logs may not work after interacting with other options
Problem: Interacting with other options in the Amazon Q and Explorer views ellipses menu can cause the
view logs option (of the same tree) to open an empty file. Since this command and menu options are
maintained in package.json only, vscode may not properly supply arguments which leads to the open logs
command breaking.
Solution: Validate input arguments to the open logs command.
* refactor: update aws.viewLog comment and syntax
Co-authored-by: Justin M. Keyes <[email protected]>
* refactor: remove unused arg to openLogs()
---------
Co-authored-by: Justin M. Keyes <[email protected]>
0 commit comments