Skip to content

Adopt Markdown to use vscode log output channel#241342

Merged
mjbvz merged 6 commits intomicrosoft:mainfrom
notoriousmango:logger
Feb 21, 2025
Merged

Adopt Markdown to use vscode log output channel#241342
mjbvz merged 6 commits intomicrosoft:mainfrom
notoriousmango:logger

Conversation

@notoriousmango
Copy link
Contributor

resolves #176481

Copy link
Collaborator

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor change but otherwise looks good


private get _outputChannel() {
this._outputChannelValue ??= this._register(vscode.window.createOutputChannel('Markdown'));
this._outputChannelValue ??= vscode.window.createOutputChannel('Markdown', { log: true });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this still should register the channel

@notoriousmango notoriousmango requested a review from mjbvz February 20, 2025 22:29
@mjbvz mjbvz enabled auto-merge February 21, 2025 00:41
@mjbvz
Copy link
Collaborator

mjbvz commented Feb 21, 2025

Thanks!

@mjbvz mjbvz added this to the February 2025 milestone Feb 21, 2025
@mjbvz mjbvz merged commit d448c4e into microsoft:main Feb 21, 2025
7 checks passed
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Apr 7, 2025
@notoriousmango notoriousmango deleted the logger branch June 8, 2025 02:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adopt Markdown to use vscode log output channel

3 participants