Cannot find vscode binding

Hi, All,

Just curious if there is vscode binding instead of monaco binding? I cannot find it anyway and want to know why there is no such a vscode binding.

Thanks,
Alex

There is no support to use Yjs in vscode, similar to their collab extension.

However, if you want to make (part) of vscode collaborative, then you only need to find the instance of the used monaco editor, and bind it to Yjs using the y-monaco binding.

@dmonad, Got it, thank you for your help!

Hello @alexanderzjs ! I’m trying to do the same thing, have you found any way to do it? Or did you have to code your own binder?

@leoxs22 , I am afraid you have to do it by yourself. :rofl: