-
Notifications
You must be signed in to change notification settings - Fork 539
Add logging channel and more logging to chat agent handler #19398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logging channel and more logging to chat agent handler #19398
Conversation
PR Changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we need this? Verses logging to the primary extension output channel.
My take on this PR is that we should probably send most the logging to a single channel, perhaps for very specific logging we might want to isolated it, but I don't think we should create a different logging channel for each feature area. Unless VS Code is recommending extensions do that. |
# Conflicts: # src/copilot/chatAgentRequestHandler.ts
This PR fixes #19363