Where can I see error output of a failed command? #1176
-
I tried invoking the Refactor > Function signature command But after executing it, I just get an error "I'm sorry, I can't change function signature." I would like to get to the root of the isssue, where can I get more information, a verbose output? I don't see a relevant option in the OUTPUT tab in VSCode. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @ackvf, that's a great question. I think the output was easier to find in the past and maybe VS Code moved things around as they added things—or maybe not, I haven't used that in a while. As of today, you should be able to see the details in the I think there is an opportunity to improve the extension so we log these details in a dedicated place that would be easier to find. E.g. I can see that other extensions create their own Output target to collect their logs instead of sending these to the |
Beta Was this translation helpful? Give feedback.
Hey @ackvf, that's a great question.
I think the output was easier to find in the past and maybe VS Code moved things around as they added things—or maybe not, I haven't used that in a while.
As of today, you should be able to see the details in the
Output > Window
part, like so:I think there is an opportunity to improve the extension so we log these details in a dedicated place that would be easier to find. E.g. I can see that other extensions create their own Output target to collect their logs instead of sending these to the
Window
(which must be the default).