Skip to content

Conversation

@aws-toolkit-automation
Copy link
Collaborator

Automatic merge failed

  • Resolve conflicts and push to this PR branch.
  • Do not squash-merge this PR. Use the "Create a merge commit" option to do a regular merge.

Command line hint

To perform the merge from the command line, you could do something like the following (where "origin" is the name of the remote in your local git repo):

git stash
git fetch --all
git checkout origin/feature/q-lsp-chat
git merge origin/main
git commit
git push origin HEAD:refs/heads/autoMerge/feature/q-lsp-chat

In order to coordinate the new aws/language-servers change, GenerateCompletions requests would start expecting the fileUri field to be set.
@aws-toolkit-automation aws-toolkit-automation requested review from a team as code owners May 19, 2025 23:23
andrewyuq and others added 5 commits May 20, 2025 01:29
… not running (#5711)

* feat(amazonq): Add restart mechanism when the flare server process is not running

* address comments

* address comments

* remove debugging options

* fix potential deadlock code

* fix unlock error

* address comments

* remove debug lines
* Fix code scan issue

* refactor code

* feedback
* Switch profiles if not selected

* fix screen rendereing error

* changed name

* feedback

* disposed

* detekt
@aws-toolkit-automation aws-toolkit-automation requested a review from a team as a code owner May 20, 2025 18:21
 Conflicts:
	plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
	plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererServiceNew.kt
	plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererCodeCoverageTrackerTest.kt
	plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererFileContextProviderTest.kt
	plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererServiceTest.kt
	plugins/amazonq/codewhisperer/jetbrains-community/tstFixtures/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererTestUtil.kt
@github-actions
Copy link

github-actions bot commented May 20, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@rli rli merged commit f6c58f5 into feature/q-lsp-chat May 20, 2025
13 of 16 checks passed
@rli rli deleted the autoMerge/feature/q-lsp-chat branch May 20, 2025 22:14
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.

6 participants