How to hide/disable VSCode LiveShare "Start Discussion"

Viewed 1020

I mean this gray line after the line numbers:

enter image description here

Its from the LiveShare extension.

I would like to hide or disable it, I could not find anything about in the extension settings.

I wonder if someone knows how?

2 Answers

Click your name in the bottom bar: Image

Then click "End collaboration" in the popup menu

An alternative to solution to the other answer, is to search for and choose this command in the command palette (CTRL+P by default):

>Live Share: Stop Collaboration Session

Related