Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>RunwayNew to Visual Studio Code? Get it now.
Runway

Runway

Preview

Kyle Finley

|
334 installs
| (0) | Free
Visual Studio Code extension for Runway
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-runway

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.

vscode-runway.gif

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

  1. Install the extension.
  2. Create or open a runway.yml/runway.yaml file.
  3. 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.

Requirements

  • redhat.vscode-yaml extension

Known Issues

  • advanced modules definition does not have validation or hover text
  • schema error when supplying regions and parallel_regions is unclear

Release Notes

All release notes can be viewed in the releases section of the repo.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft