Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove the Live Share button?

I've installed Visual Studio 2019 and the first thing that annoys me is the large black, empty space on top of the screen after removing all my toolbars.

The 'Live Share' and 'Feedback' button don't show up as toolbars though.

enter image description here

Is there a way to reclaim the whitespace by removing those two buttons?

like image 950
Carra Avatar asked Apr 03 '19 09:04

Carra


People also ask

How do I turn off live share?

You can completely remove this feature. Run the Visual Studio Installer, click the "Modify" button, and switch to the "Individual Components" page at the top. In the Search components box, enter "live". You should now see the Live Share option, which you can uncheck to remove.

Where is the .vscode folder?

The workspace settings file is located under the . vscode folder in your root folder. Note: For a Multi-root Workspace, workspace settings are located inside the workspace configuration file.


1 Answers

Uninstall the Live Share feature via Visual Studio Installer under individual components

enter image description here

Now the button is gone.

like image 56
magicandre1981 Avatar answered Sep 25 '22 03:09

magicandre1981