-
Notifications
You must be signed in to change notification settings - Fork 274
Merge main into feature/q-lsp #5506
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
Add __CODEWHISPERER_ENDPOINT environment variable support to override endpoint during testing. Falls back to registry value if not set. This environment variable is consistent with VS Code implementation.
integ / ui failing due to missing / conflicting classpath issues
251 ui failing since useRelease filters out non-release builds
API signature changed in 251 beta
Conflicts: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt
Qodana Community for JVM6 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
| class DidChangeDependencyPathsParams( | ||
| val moduleName: String, | ||
| val programmingLanguage: String, | ||
| val runtimeLanguage: String, |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
| @@ -0,0 +1,10 @@ | |||
| // Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. | |||
| // SPDX-License-Identifier: Apache-2.0 | |||
| package compat.com.jetbrains.gateway.thinClientLink | |||
Check notice
Code scanning / QDJVMC
Package name does not match containing directory Note
| import java.net.URI | ||
|
|
||
| fun startNewClient(lifetime: Lifetime, initialLink: URI, remoteIdentity: String?, onStarted: () -> Unit) = | ||
| LinkedClientManager.getInstance().startNewClient(lifetime, initialLink, remoteIdentity, null, onStarted) |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| import java.net.URI | ||
|
|
||
| fun startNewClient(lifetime: Lifetime, initialLink: URI, remoteIdentity: String?, onStarted: () -> Unit) = | ||
| LinkedClientManager.getInstance().startNewClient(lifetime, initialLink, remoteIdentity, null, onStarted) |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| import java.net.URI | ||
|
|
||
| fun startNewClient(lifetime: Lifetime, initialLink: URI, remoteIdentity: String?, onStarted: () -> Unit) = | ||
| LinkedClientManager.getInstance().startNewClient(lifetime, initialLink, remoteIdentity, null, onStarted) |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| } | ||
|
|
||
| val uiTestImplementation by configurations.getting | ||
| val uiTestRuntimeOnly by configurations.getting |
Check notice
Code scanning / QDJVMC
Function or property has platform type Note
Automatic merge failed
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):