Skip to content

fix(frontend): resolve yaml defaults.settings.retries autocomplete#2135

Merged
marrouchi merged 1 commit into
mainfrom
fix/frontend-yaml-defaults-settings-retries-autocomplete
Jul 16, 2026
Merged

fix(frontend): resolve yaml defaults.settings.retries autocomplete#2135
marrouchi merged 1 commit into
mainfrom
fix/frontend-yaml-defaults-settings-retries-autocomplete

Conversation

@yassinedorbozgithub

Copy link
Copy Markdown
Collaborator

Screenshots

  • After the fix
image
  • Before the fix
image

Summary

Resolved the YAML Editor autocomplete issue where the defaults.settings.retries path was not being suggested correctly. The autocomplete engine now recognizes and provides the expected completion for this configuration path.

Why

This improves the YAML editing experience by ensuring valid configuration paths are discoverable, reducing manual typing and preventing configuration mistakes.

How to review

  • Open the YAML Editor.
  • Navigate to the defaults.settings section.
  • Verify that retries appears in the autocomplete suggestions and is inserted correctly.

Validation

  • Verified that defaults.settings.retries is suggested by the autocomplete.
  • Confirmed the generated YAML path is correct.
  • Checked that existing YAML autocomplete behavior remains unchanged for other paths.

@yassinedorbozgithub yassinedorbozgithub self-assigned this Jul 16, 2026
@yassinedorbozgithub yassinedorbozgithub added the bug Something isn't working label Jul 16, 2026
@marrouchi
marrouchi merged commit 3aeae60 into main Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants