Questions tagged [vscode-liveshare]

45 questions
11
votes
2 answers

Does the VS Code Live Share extension have integration with the Live Server extension?

We are using VS Live Share inside Visual Studio Code and the person who joined cannot open a shared HTML file with the Live Server extension. It says: "Cannot GET .../index.html". Does Live Server only work with "local files"? There is also no…
Isak
  • 548
  • 2
  • 5
  • 20
9
votes
2 answers

How to hide/disable VSCode LiveShare "Start Discussion"

I mean this gray line after the line numbers: 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?
user12733526
9
votes
6 answers

How to fix VS Code "live share" extension not responding to clicks

I installed Live Share in VS Code but it is not showing me the login window, instead a tab for it appeared which has 2 buttons but they are not responding.
BoredBoi
  • 143
  • 1
  • 2
  • 7
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…
7
votes
2 answers

If it is possible to always run remote-ssh and Live Share on my server?

I want to have a server always running Live Share so that I don't have to always have a computer opening the VSCode window to keep Live Share alive. I tried to run Live Share on my server through Remote-SSH extension, however, when I close the…
keon
  • 71
  • 1
  • 2
5
votes
1 answer

Visual Studio Code Live Share Autocompletion Very Delayed

I'm working with a friend on a project using the Visual Studio Code Live Share Extension and I've been running into some issues... I've come to realise that the host(the person hosting the live share session) gets autocompletions however the person…
XtremeDevX
  • 1,482
  • 2
  • 13
  • 38
4
votes
1 answer

Live Share Visual Studio Code Join or Share not working

I can't join a live share session by the link given to me. It keeps loading or sometimes says RPC connection closed? I have installed Live Share Extensions Pack as well as I am logged into github in VS Code. Please let me know if anyone needs more…
3
votes
1 answer

I'm unable to login in Visual Studio Code to Live Share

Whenever I try to Live Share in Visual Studio Code it asks to login with either Microsoft or GitHub, but both of them are unable to open in a new window. I'm unable to login because of that. How can I login using GitHub to Live Share in VSCode?
Vineeta Prasad
  • 31
  • 1
  • 1
  • 2
2
votes
0 answers

vscode: how to debug golang in live-share mode

When livesharing my code with golang, I could not start debugging mode (i'm using delve) Here is my launch.json { "version": "0.2.0", "configurations": [ { "debugAdapter": "dlv-dap", "name": "Launch Package", …
2
votes
0 answers

How to prevent files from opening automatically while using Live Share on VS Code?

When multiple users are coding a project and one user opens a file, the same file is opened for all other users. This becomes really annoying as several files get stacked in your VS code app. Is there a way to disable this?
srp888
  • 21
  • 3
2
votes
0 answers

How to run html locally as a participant on vs code live share?

My friend and I are coding a website using vs code live share. My friend is hosting the live share from his device and all the code is saved on his laptop. He is able to preview the website by running locally on his laptop, however I cannot run…
2
votes
0 answers

Can you always have a vscode-server running?

I'm trying to use remote ssh and liveshare so I can have liveshare constantly running on a server, meaning anyone can collaborate at anytime. However, whenever I close the window I started the server on, the liveshare disconnects. Is there a way to…
Ollie
  • 31
  • 4
2
votes
1 answer

How to get VSCode Liveshare extension working when running inside VSCode Remote Dev Container

When installing the LiveShare extension in a devContainer instance I get an error. For example using: https://github.com/microsoft/vscode-remote-try-go/ and then adding the extension to the devcontainer.json file "extensions": [ …
lawrencegripper
  • 597
  • 5
  • 12
2
votes
1 answer

Visual Studio Live Share: As a host how to give access/permission to my participant

I'm trying to do Quick Fixes (the lightbulb icon at the left margin of the editor) as a participant in live share, but I'm getting this error. As a host how do I give access/permission to my participant?
nullify0844
  • 4,641
  • 1
  • 22
  • 16
1
vote
1 answer

How do I fix VS Code Shared Server Not Working

After getting into the live share for VS Code, which does work, the shared server option does not work. After running "npm run dev", the local host shows up in the "Shared Server" tab in VS Code. After trying to open the Shared Server, the server is…
1
2 3