Display and edit DMN diagrams in VS Code using bpmn.io tools.
- Open DMN 1.3 (
.dmn
) in a Modeler to make changes to your diagrams- From the editor toolbar
- Via the command palette ("Open DMN Modeler")
- Via keyboard shortcut (
CTRL/CMD + SHIFT + V
)
- Save changes to your local file
Install the .vsix
package using the following command.
$ code --install-extension ./rexflow-dmn-modeler-[VERSION].vsix
First step, clone this project to your local machine.
$ git clone https://bitbucket.org/rexdev/rexflow-dmn-modeler/
$ cd ./rexflow-dmn-modeler
$ npm install
$ npm run compile
$ code .
Press F5
to load and debug the extension in a new VS Code instance.