Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement shared R workspace #4098

Closed
gvelasq opened this issue Feb 4, 2021 · 3 comments
Closed

Implement shared R workspace #4098

gvelasq opened this issue Feb 4, 2021 · 3 comments

Comments

@gvelasq
Copy link

gvelasq commented Feb 4, 2021

Following our recent post and tweet trialing VS Code and VS Live Share for remote pair programming in R, it would be great if the VS Live Share team could collaborate with the excellent R extension team at vscode-R to implement a shared R workspace in Live Share.

@daytonellwanger
Copy link
Collaborator

Hey @gvelasq , any VS Code primitives (language services, terminals, debugging, ...) should be supported by Live Share natively. Any custom extension behavior should be made collaborative inside of the extension using Live Share's extensibility API.

So if you're seeing VS Code primitives not working, that's a bug on Live Share and we'd love to hear which ones aren't working. Is that the case?

If this is a request for custom extension behavior to work in a Live Share session, that would be a feature request on the R extension. But do let us know if you need help getting started or if the API is lacking anything you need.

@gvelasq
Copy link
Author

gvelasq commented Feb 16, 2021

@daytonellwanger, thanks for this information. The R workspace is implemented in the custom extension vscode-R so I'll file a feature request there.

@daytonellwanger
Copy link
Collaborator

Thanks! I'll go ahead and close this for now. If you run into specific bugs while adding Live Share support to the R extension, please file them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants