-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Closed
Labels
apiapi-finalizationfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderslogVS Code log issuesVS Code log issueson-testplan
Milestone
Description
For logging, at present all extensions are doing following:
- Creating an output channel
- Log messages into this output channel in the format similar to VS Code log format
This is to simplify logging for extensions by providing an API that all extension can use to log in VS Code's log format
For example, This is how GitHub auth extension looks now
If VS Code supports logging for extensions, this will look and behave similar to VS Code logs
Metadata
Metadata
Assignees
Labels
apiapi-finalizationfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderslogVS Code log issuesVS Code log issueson-testplan