Validate Composer model files that define the structure of your business network in terms of Assets, Participants and Transactions.
The extension parses Composer model (.cto) files and reports any validation errors. It is currently in beta; please raise any problems you find as an issue.
Generate the installable VSIX file:
git clone https://github.com/hyperledger/composer-vscode-plugin.git
cd composer-vscode-plugin/server
npm install
npm run compile
cd ../client
npm install
npm run package
- Launch VSCode
- View > Extensions
- Press the ... and select "Install from VSIX"
- Browse to the VSIX file
- Install and restart VSCode
- Open a .cto file