Skip to content

Improve Extensions logging  #159892

Closed

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

image

If VS Code supports logging for extensions, this will look and behave similar to VS Code logs

image

Proposal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions