Closed zardoy closed 1 year ago
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 :(
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.
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