Closed
Description
openedon Sep 2, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment