IMPORTANT: This extension is still in early development. It is not full featured. Expect breaking changes between versions.
Visual Studio Code extension for Runway that provides schema validation for runway.yml/runway.yaml files.
Features
runway.yml/runway.yaml validation and autocompletion
deployments definition
tests definition
variables definition
description on hover for key and values
some include links to documentation
Usage
Install the extension.
Create or open a runway.yml/runway.yaml file.
Start typing or hover over existing keys.
How It Works
This extension modifies the User Settings of Visual Studio Code to append a schema to the yaml.schemas configuration property of the redhat.vscode-yaml extension. The YAML extension consumes the schema provided here to produce autocompletion and information on keys and values upon hover.