Skip to content

Conversation

shloimy-wiesel
Copy link
Contributor

@shloimy-wiesel shloimy-wiesel commented Sep 8, 2025

Description

Added support for the transform option in the YAML autocomplete configuration schema.
This allows users to explicitly disable trimming of multiline completions by setting transform: false.

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Tests

No new tests were added. Existing tests continue to pass, and manual verification confirms the schema now correctly accepts the transform option.

Fixes #7506


Summary by cubic

Add the missing transform option to the YAML autocomplete config schema. This lets users set transform: false to prevent trimming of multiline completions and avoids schema validation errors.

@shloimy-wiesel shloimy-wiesel requested a review from a team as a code owner September 8, 2025 07:55
@shloimy-wiesel shloimy-wiesel requested review from sestinj and removed request for a team September 8, 2025 07:55
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 8, 2025
Copy link

github-actions bot commented Sep 8, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@shloimy-wiesel
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@RomneyDa
Copy link
Collaborator

RomneyDa commented Sep 9, 2025

@shloimy-wiesel can you add this to the docs?
in the config.yaml reference

@shloimy-wiesel
Copy link
Contributor Author

@shloimy-wiesel can you add this to the docs? in the config.yaml reference

Sure! I’ve added it to the docs in the config.yaml reference.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Sep 11, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 11, 2025
…hloimy-wiesel/fix/autocomplete-yaml-transform-flag
@RomneyDa RomneyDa merged commit dcf07a0 into continuedev:main Sep 11, 2025
55 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Sep 11, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2025
@sestinj
Copy link
Contributor

sestinj commented Sep 11, 2025

🎉 This PR is included in version 1.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm This PR has been approved by a maintainer released size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Missing "transform" option in YAML config — always trims autocomplete output
3 participants