Add VSCode extension for YAML schema scaffolding and validation #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements a VSCode extension that scaffolds YAML configuration files from templates and validates them against custom JSON schemas in real-time.
Implementation
Extension Commands
Scaffold YAML File: Creates new YAML files from predefined DevOps configuration templateValidate YAML File: Manual validation trigger with AJV-based JSON Schema Draft 07 validationAuto-validation
*devops*,*config*,*-config.yaml)Schema System
.devops-schema.jsonwith services, databases, health checksdevopsPowertools.schemaPathworkspace settingVSCode Integration
activate(), disposed indeactivate()Example
Schema validates:
Security Summary
No vulnerabilities detected (npm audit, CodeQL).
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.