Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 846 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 846 Bytes

Asserest configuration file schema files

This directory contains JSON schema for editing YAML asserest configuration file. It also contains example for referencing an example of setup script.

Binding schema with IDE

It may differ depending on which IDE or extension you uses, it only shows the most ideal way of configuration.

Visual Studio Code

Prerequisite

Setup

Editing settings.json under .vscode in opened workspace directory (DO NOT apply to global setting directly):

{
    "yaml.schemas": {
        "https://raw.githubusercontent.com/rk0cc/asserest/main/schema/asserest_schema.json": "/path/to/config/file.yaml"
    }
}