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
I'd like to pass it on to you, that your plugin may break compatibility with other plugins regarding bpmn as well. I would love to be able to use both extensions simultaneously. Can you take a look if it's fixable on your side?
How to reproduce, vs-code-bpmn-io, then install your plugin. Notice the functionality from bmpn-io is gone. It just requries deactivation of your plugin, to make vs-code-bpmn-io work again.
Hope to hear from you. If you need more information, let me know.
The text was updated successfully, but these errors were encountered:
I'll look into this compatibility and update here as soon as I have more info.
The quickest solution would be to modify package.json and remove bpmn from the list of XML file extensions (which was copied from VSCode's built in XML extension).
Obviously though I'd like to see if there are changes I can make to allow both extensions to function properly with this file type, for example to allow this extension's XML formatting feature.
To fix this issue I've added the bpmn language id specifically to this extension - instead of using the generic 'xml' language id. This extension now explicitly supports XML formatting, syntax highlighting and basic XML syntax checking for BPMN files.
Hey, after tracing back (with the help of the bpmn-io team) the collision with your extension in the following post:
bpmn-io/vs-code-bpmn-io#96 (comment)
I'd like to pass it on to you, that your plugin may break compatibility with other plugins regarding bpmn as well. I would love to be able to use both extensions simultaneously. Can you take a look if it's fixable on your side?
How to reproduce, vs-code-bpmn-io, then install your plugin. Notice the functionality from bmpn-io is gone. It just requries deactivation of your plugin, to make vs-code-bpmn-io work again.
Hope to hear from you. If you need more information, let me know.
The text was updated successfully, but these errors were encountered: