Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Maestro LintNew to Visual Studio Code? Get it now.
Maestro Lint

Maestro Lint

Uezili

|
2 installs
| (0) | Free
Real-time linting for Maestro YAML flows with diagnostics, quick fixes, command suggestions, and file-path validation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Maestro Lint

Maestro Lint helps you write reliable Maestro flows faster by validating your YAML in real time. It highlights problems directly in the editor, suggests quick fixes for common mistakes, and checks references that usually break test runs.

Why Maestro Lint?

When a flow fails, the issue is often simple: a typo, an invalid property, bad casing, wrong indentation, or a missing file. Maestro Lint catches these problems before execution so you can focus on test intent instead of debugging YAML details.

Key Features

  • Real-time diagnostics in the editor and Problems panel
  • Quick fixes for typo and casing issues
  • Context-aware command suggestions and property/value completions
  • Validation for command structure, nested blocks, and indentation
  • Validation for runFlow and runScript file paths
  • Validation for when, env, output, and maestro references
  • Workspace-wide validation command

What It Validates

  • Unknown commands with smart suggestions
  • Invalid properties for each command
  • Invalid values based on command schema
  • Header issues (appId, invalid header properties, invalid header values)
  • when block structure and allowed values
  • Nested object constraints (for example, setPermissions)
  • Relative path and extension rules (for example, addMedia)
  • Missing referenced files in flows and scripts

Commands

  • Maestro Lint: Validate Current File
  • Maestro Lint: Validate Workspace
  • Maestro Lint: Restart Linter
  • Maestro Lint: Show Output

Extension Settings

  • maestroLint.enable: Enable or disable linting
  • maestroLint.configPath: Path to your linter config file
  • maestroLint.validateOnSave: Validate on file save
  • maestroLint.validateOnType: Validate while typing
  • maestroLint.debounceDelay: Debounce delay for on-type validation
  • maestroLint.filePattern: Glob pattern of files to validate

Configuration File

Maestro Lint reads your project configuration from linter.config.json. This allows you to tune severities and behavior to match your team standards.

Author

  • LinkedIn: https://www.linkedin.com/in/wesley-maciel-qa/
  • GitHub: https://github.com/uezili

License

MIT

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