Questions tagged [vscode-liveshare]

45 questions
1
vote
1 answer

Synchronize code between two machines for pair programming?

What's a good way to live-sync code across two machines for pair programming? By "live-sync" I mean allowing for concurrent edits, e.g. the Google Docs model. In particular, my friend and I would like edit the same code while maintaining separate…
emchristiansen
  • 3,550
  • 3
  • 26
  • 40
1
vote
1 answer

Visual studio live share limited functionality

I was looking for a solution to the problem on many internet forums, but I couldn't find it. The topic always ends with the sentence - that we will fix this problem with the next VS update. (Since 2017...). Even after updating VS nothing changes.…
Pekler
  • 23
  • 5
1
vote
0 answers

Can't compile and run code when joining vscode live share session

When I join a live share session in vscode, I can neither compile, nor run the code. The arrow on the top left doesn't even show. When pressing F5 to compile, vscode just asks me to find Python extensions to be able to debug the code. In a hosting a…
1
vote
1 answer

How to make Terminal Share work in VSCode LiveShare?

LiveShare works fine, but when we want to start sharing a terminal (read-only/read-write) it gives the following error message: Sharing Terminal: Extension 'ms-vsliveshare.vsliveshare' CANNOT use API proposal: terminalDataWriteEvent. Its…
Sayan Sil
  • 5,799
  • 3
  • 17
  • 32
1
vote
0 answers

How do I build and run specific files in Visual Studio?

I am writing a program with some mates and we are using live share to all work on the same code. Something we want to do is make a .cpp file to test the header (.h) and their associated (.cpp) file without building and running all of the files. If…
1
vote
2 answers

VSCode: How to ask for password in terminal instead of pop-up/tab?

My students and I have been doing remote pair programming with VSCode with the LiveShare extension. Previously, when pushing to remote repositories, the password would be requested in the terminal, which we can share and is what we want. Now about…
DIN
  • 11
  • 1
  • 3
1
vote
0 answers

VSCode Live Share: run electron app for both participants

How do I let the other person run the terminal command npm start so that it opens up for them and not for myself?
1
vote
0 answers

Connect to Remote host (FTP) using VS Code Live Share

We are working on a website and all files are on a Linux Cpanel host. I can easily connect to the host using FileZilla, Open the files which need to be edited in VS Code and work on them with other members using Live Share and then upload back to…
Shahriar
  • 1,855
  • 2
  • 21
  • 45
1
vote
0 answers

How to co-debug in Visual Studio Code Live Share?

I am using the Live Share-Extension in Visual Studio Code to code in python together with a friend. It works just fine, however when one of us starts debugging the code, the program only runs on my PC (I am the host). My friend only sees the debug…
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
1 answer

How to reload server with changes via VS Code's liveshare shared terminal

Helping a colleague out remotely with some coding using VS Code's LiveShare extension. I'd like to work on a file, save it, and have the server reload with the changes I have made. Typically this would just hot-reload when I save the file, but it…
quinlo
  • 105
  • 11
0
votes
0 answers

How to Run a Live Website on both side, using Microsoft Live Share while collaborating on vs code?

How to Run a Live Website on both side, using Microsoft Live Share while collaborating on vs code? I'm collaborating with my friends for a website project. While we are able to share code with Microsoft Live Share on VS Code. We're unable to run the…
0
votes
0 answers

Can I put LiveShare in a headless mode, e.g. on a shared server?

Today I discovered LiveShare and it seems to fit my use cases for pair programming. Ideally though I'd like to be able to use it on a shared server. Is there a way to do that without running it under X.org? I tried running…
d33tah
  • 10,999
  • 13
  • 68
  • 158
0
votes
0 answers

Live Share on Visual Studio Code randomly disconnects

I have an issue with Live Share. Every time I join a session created by another user, I get disconnected after a while, and suddenly I start experiencing Wi-Fi problems. I don't receive any error messages, and after some time, everything returns to…
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,