Home

Awesome

⚠️ 🚧 Under Active Development 🚧 ⚠️

Zombienet

zombienet extension for VsCode

This is the README for the zombienet-extension. It assists you writting tests using the Zombienet DSL.

Usage

Create a file with the zndsl extension, then using the VScode panel select Insert Snippet. Select your snippet and press enter. Use TAB to jump to the next fields.

Requirements

For setting up easily the extension we use just (repo and book).

Easiest way to install for, Linux, MacOS, Windows (more info here).

Setup and Building package

Once just is installed, run the setup command in order to install the Visual Studio Code extension manager (or vsce).

just setup

Then run the package command in order to package the extension,

just package

Install

This extension is not published yet but you may clone the repo and run:

just install

to install the extension in VScode.