-
Notifications
You must be signed in to change notification settings - Fork 728
feat(amzonq): loosen inline suggestion restriction for json/yaml files #5733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request modifies code in src/ but no tests were added/updated. Confirm whether tests should be added or ensure the PR description explains why tests are not required. |
|
This pull request implements a feature or fix, so it must include a changelog entry. See CONTRIBUTING.md#changelog for instructions. |
|
think failing test isn't related to this PR 2631 passing (1m)
|
packages/amazonq/.changes/next-release/Feature-88ac445a-7a5a-4127-97f7-eaccd41629e6.json
Outdated
Show resolved
Hide resolved
…127-97f7-eaccd41629e6.json
Problem
JB PR aws/aws-toolkit-jetbrains#4928
Per product team's request, change condition when we support generateCompletion for YAML/JSON
YAML files
Provide completions for all YAML files.
Remove any current CloudFormation-only restrictions for YAML
JSON files
Solution
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.