zilla-vscode-extZilla extension helps you to configure Zilla Yaml files providing IntelliSense. What is Zilla?API Gateway for event-driven microservices Read more in our docs How to use?Create a valid YAML file in any folder with a name that ends in Features
RequirementsWe use YAML Extension so if you don't have it installed VSCode will prompt you. Known Issues
DevelopmentExtensionIf you want to send a Pull Request follow these steps to run and test locally:
Diagram AppWe have a second app embedded in the extension to render the diagram. When working with the diagram you have two options: Run as a standalone appYou can run it as a standalone app in the browser, by default it will render the diagram hard-coded in the To change the rendered yaml file a raw yaml download url can be added to the hash at the
Use the following command:
The benefit of this approach is that you will get Run inside the extensionIf you want to test the communication between the extension and the webview, you need to build the website first and then run the extension as usual. To build the diagram app, use the following command:
For this case, you need to manually re-build the webview and restart the extension after each change. For more informationEnjoy! |