Skip to content
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

fix(amazonq): wrongly formatted supplemental context for inline suggestion #5067

Merged
merged 4 commits into from
Nov 11, 2024

Conversation

Will-ShaoHua
Copy link
Contributor

@Will-ShaoHua Will-ShaoHua commented Nov 8, 2024

Description

List of fixes:

  • def func (a) : -> def func(a):
  • class (A) : -> class(A):
  • for python, change // Function definitions to # Function definitions , // Class definitions to # Class definitions
  • for js/ts: function findMax (arr: number[]) : number | undefined{. -> function findMax(arr: number[]): number | undefined {.
  • for all language: // File path: a.ts -> //File path a.ts
  • for js/ts: String privateString ; -> String privateString;

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Will-ShaoHua Will-ShaoHua requested a review from a team as a code owner November 8, 2024 17:50
@Will-ShaoHua Will-ShaoHua changed the title fix wrongly formatted supplemental context for inline suggestion fix(amazonq): wrongly formatted supplemental context for inline suggestion Nov 8, 2024
@Will-ShaoHua
Copy link
Contributor Author

/retryBuilds

@Will-ShaoHua Will-ShaoHua merged commit 2d03e06 into aws:main Nov 11, 2024
12 of 13 checks passed
@Will-ShaoHua Will-ShaoHua deleted the lsp-bump branch November 11, 2024 17:58
dhasani23 pushed a commit to ntarakad-aws/aws-toolkit-jetbrains that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants