DanielCodesphere

Results 4 comments of DanielCodesphere

Is the `associatedPathName` of a symlink supposed to be the target? If so what should happen when a symlink is renamed? In that case would the `associatedPathName` be the rename...

I haven't tested it on windows but i would assume that the problem is the same. Because `\r\n` is one character in codemirror and two characters in yjs they don't...

Codemirror supports three different line separators: `\n`, `\r` and `\r\n`. Both `\n` and `\r` work fine with this extension because they are only one character. The problem i have is...

I still don't think the os actually matters and it is also not an issue of mixing different line breaks. It's just that as soon as the yjs document contains...