vs-code-bpmn-io
vs-code-bpmn-io copied to clipboard
View and edit BPMN diagrams in VSCode. Powered by bpmn.io tools.
__Describe the Bug__ While working on a diagram when the VScode abruptly closed the last edited diagram is not stored eventhough AutoSave option is enabled and set as 1000ms. __Steps...
Like in all other editor panels, there should be a dirty indicator when there changes in the bpmn editor. --- Blocked by https://github.com/bpmn-io/vs-code-bpmn-io/issues/67
Since VS-Code offers support to easily switch to other files in the project scope, we can see how to integrate better call activity support in the Modeler
__What should we do?__ VS Code offers [a first-hand telemetry library](https://www.npmjs.com/package/vscode-extension-telemetry) for extensions. Maybe we could have a look at it. __Why should we do it?__ Telemetry always makes sense.
__What should we do?__ Currently, the webview content is generated by a simple string containing the HTML, cf. [`bpmnModelerBuilder.ts#L20`](https://github.com/bpmn-io/vs-code-bpmn-io/blob/master/src/features/editing/bpmnModelerBuilder.ts#L20). We should convert it to some more dynamic, e.g. a [React...
Instead of [listening to the preview panel to focus](https://github.com/pinussilvestrus/vs-code-bpmn-io/blob/master/src/extension.ts#L44), we should refresh the preview when the text editor got saved (or additionally to the focus event).
__Is your feature request related to a problem? Please describe__ I'd really like to be able to add a process reference when creating a call activity. This way one could...
In the Online Version of the tool there is an option to export the bpmn as svg or png. That would be very helpful if this add-on had it, too....
__Describe the Bug__ In a process diagram where there are notes that contain new lines (created with SHIFT+Enter) these newlines are removed when saving the diagram from the editor in...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/chai](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai)) | [`^4.3.11` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@types%2fchai/4.3.11/5.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...