| BPMN Editor
 View and edit BPMN diagrams in VSCode. Powered by bpmn.io tools. 
 Features
View and edit BPMN filesSave changes to your local fileUndo/redo and other keyboard shortcutsCreate from empty .bpmnfilesPress F4 to open plain text editor InstallationDownload it from the VSCode Marketplace or search for vs-code-bpmn-iodirectly inside VSCode. Build and RunFirst step, clone this project to your local machine and open it with VSCode: git clone https://github.com/bpmn-io/vs-code-bpmn-io.git
cd ./vs-code-bpmn-io
npm install
code .
 Press F5to load and debug the extension in a new VSCode instance. To exectute the tests choose the Extension Tests in the Debug mode. You can build the extension from the command line, too: # execute the test suite
npm run test
# execute all scripts
npm run all
 LicenseMIT Contains parts (bpmn-js) released under the bpmn.io license. |  |