Olaf Hoffmann
Olaf Hoffmann
@neolefty Did you have any success resolving your particular issue? Having the same problem here and not even the slightest idea on how to resolve it.
@demianborba Any updates on this? Having the exact same issue as @carlohcs with my WSL 2 configuration. Very sad to see this has not been fixed in a year now.
So, it turns out that the fix to the problem is dead simple. I dug around in the extension code located in `extension-bundle.js` in my .vscode-server directory in the WSL...
@sandwwraith Apologies for pinging you directly, but if you have a spare moment, could you quickly check whether my use case is in fact unsupported by `kotlinx.serialization` or whether there...
Alright, understood. I have tried solving this using `JsonContentPolymorphicSerializer` before, but I didn't consider using it for the base class with a polymorphic `SerializersModule` for the subclasses. I only thought...