-
Notifications
You must be signed in to change notification settings - Fork 4
VSCode liveshare button #59
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
Comments
I don't think there is a straightforward way to install and configure extensions in the VS Code Desktop before launching it. We may need to support this within the |
Yeah we could add it as a dependency of our extension to make it auto-install. |
Yeah but should be configurable and only if launched through this module. |
That does seem tricky, I am not sure we can do optional/conditional dependencies. Maybe we will need a second plugin that we call instead, that has Liveshare and our first plugin as a dependency, and then that second plugin calls our first plugin. |
We should add a module that integrates with our VSCode desktop extension + liveshare. It would automatically install the VSCode liveshare extension, and add a button that opens a new session. The button would just say "Open Liveshare" and immediately provide a link to share the session.
The text was updated successfully, but these errors were encountered: