https://github.com/paritytech/zombienet-vscode-extension
An extension for VsCode to help with the Zombienet DSL
https://github.com/paritytech/zombienet-vscode-extension
Last synced: 3 months ago
JSON representation
An extension for VsCode to help with the Zombienet DSL
- Host: GitHub
- URL: https://github.com/paritytech/zombienet-vscode-extension
- Owner: paritytech
- License: other
- Created: 2022-06-10T16:38:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T09:49:05.000Z (over 3 years ago)
- Last Synced: 2025-10-28T00:33:09.945Z (7 months ago)
- Size: 8.82 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ 🚧 Under Active Development 🚧 ⚠️

# zombienet extension for VsCode
This is the README for the `zombienet-extension`. It assists you writting tests using the [Zombienet](https://github.com/paritytech/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](https://github.com/casey/just) and [book](https://just.systems/man/en/)).
Easiest way to install for, Linux, MacOS, Windows (more info [here](https://just.systems/man/en/chapter_4.html)).
## Setup and Building package
Once `just` is installed, run the `setup` command in order to install the Visual Studio Code extension manager (or vsce).
```bash
just setup
```
Then run the `package` command in order to package the extension,
```bash
just package
```
### Install
This extension is not published yet but you may clone the repo and run:
```bash
just install
```
to install the extension in VScode.