Skip to content

fix: now extension's typing snippets are usable within live share sessions #30

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

Merged
merged 4 commits into from
Jul 30, 2023

Conversation

zardoy
Copy link
Owner

@zardoy zardoy commented Jul 29, 2023

mostly fixes #11 , but there is still a problem when both cursors (host and some guest) are on the same location at the file, but it is possible to workaround this problem as well with kind from onDidChangeTextEditorSelection which is command on other side change I think, but I wont focus on it for now

@zardoy zardoy requested review from Ilanaya and removed request for Ilanaya July 29, 2023 14:50
@Ilanaya
Copy link
Collaborator

Ilanaya commented Jul 29, 2023

I didn't even reproduce the issue - typing snippets work fine when I start live share and use the vscode's web version as the second participant.

However I recall some issues when we used live share together and if you wan't me investigate and try to fix them, please, provide some steps to reproduce or smth as I don't understand what is going wrong rn :(

@zardoy zardoy merged commit a74758f into main Jul 30, 2023
@zardoy
Copy link
Owner Author

zardoy commented Jul 30, 2023

Thanks but I already fixed it in this pr and didn’t mean you to fix it 🎉 you needed to have better snippets installed on both sides and have the same typing snippets. The problem was is that typing a typing snippet on guest side would also trigger it on the host side.

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

Successfully merging this pull request may close these issues.

Investigate problems with Live Share
2 participants