André Casal
André Casal

Reputation: 1230

VS Code Comments Panel

I was looking at the "comments.openPanel": "openOnSessionStartWithComments" setting in VS Code, but I don't quite understand how this works. I can't find any info on Google or StackOverflow about this.

The comments panel, which is supposed to appear along side the Problems, Output, Debug Console and Terminal tabs doesn't show up. enter image description here

How can you show the comments panel and what is it for?

Upvotes: 13

Views: 10658

Answers (1)

rioV8
rioV8

Reputation: 28838

The comments API is finalized in the May 2019 release

https://code.visualstudio.com/updates/v1_35#_comments-api

Unless there is an extension that creates a CommentController the Comments panel will not show.

Upvotes: 9

Related Questions