Questions tagged [visual-studio-liveshare]

21 questions
52
votes
5 answers

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. Is there a way to…
Carra
  • 17,808
  • 7
  • 62
  • 75
8
votes
0 answers

Vscode live share: Run shared code locally

I am using Visual Studio Code Live Share to teach a student programming in Python. When they click the run button they get an error because vscode seems to be trying to run python from the command line, using my file (which doesn't exist on their…
6
votes
0 answers

Visual Studio 2019 Professional LiveShare not allowing Unit Testing

Our team works in C# and has recently updated to Visual Studio 2019 Professional. We are attempting to use Live Share for TDD. While we can see one another typing, the remote user cannot build or run unit tests. Am I missing a configuration? Edit…
Lee Z
  • 802
  • 2
  • 13
  • 39
4
votes
0 answers

No intellisense on Visual Studio Live Share as a guest

So, I've been helping a friend of mine debug some C# (Windows Forms, .NET 5) code for some college work through Live Share. Both of us are using the most up to date version of Visual Studio 2019 and have the most recent version of the Live Share…
3
votes
0 answers

Can't figure out how to use Live Share on VS Mac 8.5.1

I'm a Windows user trying to help my cousin learn C# programming. He's got a Mac and has installed VS Mac 8.5.1. We've successfully used Live Share on VS Code, but we can't figure out how he can start Live Share on VS Mac, or if I start it, how to…
2
votes
0 answers

Why can't I use quick actions/refactorings as a liveshare participant in VS 2019?

Whenever I'm a participant in VS live share in visual studio community 2019 and I attempt to open the quick actions and refactorings, I get a message box saying "value cannot be null. Parameter name: key" with no indication as to what part of visual…
1
vote
1 answer

Visual Studio 2022 Xamarin boot emulator with Live Share

We are trying with a friend to write a mobile application (Xamarin.Forms). Using Live Share we are connected and can co-write code and stuff. But at the same time, debugging works only on the side of the creator. The emulator itself was launched,…
1
vote
1 answer

How can I disable sync-scrolling in Visual Studio Code during Live share?

I am sharing my project in Live share in Visual Studio Code and I have problem with scrolling. Everytime I scroll, other users see it. Is it possible to disable scrolling synchronization and work independently?
1
vote
0 answers

Live sharing Nodejs and Visual studio

We run visual studio code as a container in our Nodejs project. I want to implement live sharing for team members on vs code which is run in project. Is there an open source tools for this propose? and How can I do that?
1
vote
0 answers

can a guest run code and make a independent server using live share in VS2019?

I am new using Live share in Visual Studio 2019 and I am working on a large project using ASP.NET MVC. I invited some collaborators to work on my project but the problem is that... they can only run the web app whenever I run my server locally(I…
EthernalHusky
  • 485
  • 7
  • 19
1
vote
1 answer

Using Visual Studio Live Share in combination with TFS

If the following happends: Person Y has a problem with a piece of code Person Y sends a live share code to person X Person X edits person Y's code remotely through live share Person Y checks this code into TFS Who will be registerd as the author…
Jeroen
  • 1,625
  • 3
  • 16
  • 28
1
vote
0 answers

Visual Studio 2017 Community Live Share Co-Debug not working

So recently I started using Live Share extension for Visual Studio 2017 Community with friend. I read about it on Microsoft page (Link Here) and I do not understand why Co-Debugging is not working or in other words why Co-BuildApp is not working.…
0
votes
0 answers

In the Live Share extension of VS Code, users that joined a session , run code in their own terminal?

In VS Code's Live Share extension, participants can join a session and execute code in their individual terminals. I've tried all possible way but can't figure out the solution to the problem, Please someone guide me Thank You,
0
votes
1 answer

Can't start a session in Visual Studio Live Share

I have just deinstalled and reinstalled Live Share in Visual Studio Community Edition 2022 to ensure that I have the lastest Version of this plugin installed. When I now click on the Live-Share button in the top right corner of Visual Studio, the…
user172501
  • 332
  • 2
  • 11
0
votes
1 answer

Can you use live share between Visual Studio 2019 and Visual Studio Code?

I would like to host a Live Share session from Visual Studio 2019. The person I want to host it to hasn't got Visual Studio 2019, but Visual Studio Code. Can he join my Live Share session?
1
2