Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.3 KB

Screwdriver Pipeline and Template Editor for Visual Studio Code

Known Vulnerabilities Quality Gate Status

This extension provides YAML validation and content assist (snippets) for editing Screwdriver Pipeline and Template configuration files.

Usage

The Screwdriver editor automatically is activated when the name of the YAML file you are editing follows a certain pattern:

  • **/*screwdriver*.yaml : activates support for editing pipelines
  • **/*template*.yaml : activates support for editing templates.

Features

Content Assist

Type Ctrl + Space to popup a list of all symbols in your current Pipeline/Template file.

Content Assist

Requirements

None.

Extension Settings

None.

Release Notes

0.0.1

Initial release of vscode-screwdriver

License