question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement shared R workspace in VS Live Share

See original GitHub issue

Is your feature request related to a problem? Please describe. Following our recent post and @ivelasq’s tweet trialing VS Code and VS Live Share for remote pair programming in R, one of the features we hoped could be implemented in vscode-R is a shared R workspace across host and guest(s) sessions in VS Live Share.

Describe the solution you’d like Implementation of a shared R workspace while using VS Live Share. Per the issue I filed in the VS Live Share repository, this could be implemented using the VS Live Share Extension API.

Describe alternatives you’ve considered Currently the host and guest(s) have separate R workspaces. This is useful behavior when host and guest(s) are inspecting the codebase and objects separately. However, sometimes to debug a problem it is useful for users to inspect the object(s) in one another’s R workspace directly.

Additional context I initially filed an issue here and was directed to this repository as a shared R workspace is considered custom extension behavior.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
ElianHughcommented, Mar 23, 2021

View() works based on UUID now 😃

O3fs9eMCof

3reactions
ElianHughcommented, Mar 9, 2021

So, good news, the live share implementation seems to be working across computers! At present, the workspace viewer is functioning, with just a few things to iron out!

DIlr19Dumx

The implementation is no doubt going to need a little more work and polish for release, but the rough skeleton is working 😃 We also have to wait for api access as mentioned above, but hopefully that gets sorted!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Implement shared R workspace in VS Live Share #555 - GitHub
Implementation of a shared R workspace while using VS Live Share. Per the issue I filed in the VS Live Share repository, this...
Read more >
FAQ - Visual Studio Live Share - Microsoft Learn
Live Share enables you to share your codebase with your team members via a secure connection. With Live Share, you are able to...
Read more >
Remote pair programming in R using Visual Studio Code and ...
Click the Live Share status bar item or type Shift-Command-P and navigate to Live Share: Start Collaboration Session (Share) . An invite link ......
Read more >
Use Microsoft Live Share to collaborate with Visual Studio Code
Live Share enables you to quickly collaborate with a friend, classmate, or professor on the same code without the need to sync code...
Read more >
VSCode Live Share : A Great Way to Collaborate with Your ...
1. On your host machine, launch the Visual Studio Code in administrator mode. · 2. Next, on VSCode's window, install the Live Share...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found