You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix mxUrlConverter.prototype.convert behavior with vscode (hediet#87)
* fix mxUrlConverter.prototype.convert behavior with vscode
This is done by doing 2 things:
fix isRelativeUrl : vscode use a custom protocol (i.e. vscode-resource://) which is not support by the current mxUrlConverter implementation.
fix baseUrl, relative urls are prefixed by baseUrl which is generated for protocol + host. Both protocol and host value are wrong in vscode context.
* Updates changelog.
Co-authored-by: Henning Dieterichs <henning.dieterichs@live.de>