Henning Dieterichs
Henning Dieterichs
Thanks for investigating! This is for sure a liveshare problem, as this extension does not synchronize the state on its own. You can verify this to be a liveshare issue...
The path is resolved here: https://github.com/hediet/vscode-drawio/blob/master/src/Config.ts#L591 However, the StateSmith-drawio-plugin should be distributed as VS Code extension. VS Code Extensions can extend this drawio extension through this API: https://github.com/hediet/vscode-drawio/blob/master/src/DrawioExtensionApi.ts#L35 Here is...
It would be awesome if you could come up with a PR to fix this bug!
I'll see what I can do! There is nothing this extension can do though to improve synchronization... It all goes through the VS Code text model and then the liveshare...
> So, is it possible to make an embedded editor (can be waked by some keyshot) to edit these diagram data in real-time refreshing? Should be, I'm open for PRs...
It loads for me:  Can you make sure you don't have the insiders version of the extension installed?
Unfortunately, I cannot reproduce. Can you try in VS Code insiders with clean settings and only the draw.io extension installed?
What file size are we talking about here?
Feel free to provide a PR!
Your OS is not windows, right? Does also reproduce with the draw.io website on your OS? It works for me on Windows.