Skip to content

Commit ca37aa1

Browse files
committed
Merge remote-tracking branch 'origin/manodnyb/fixSupportedAuthError' into manodnyb/fixSupportedAuthError
2 parents b2dd29e + 04c672f commit ca37aa1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

buildSrc/src/main/kotlin/temp-toolkit-intellij-root-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ val toolkitVersion: String by project
3535

3636
// please check changelog generation logic if this format is changed
3737
// also sync with gateway version
38-
version = "$toolkitVersion-${ideProfile.shortName}"
38+
version = "$toolkitVersion.${ideProfile.shortName}"
3939

4040
val resharperDlls = configurations.register("resharperDlls") {
4141
isCanBeConsumed = false

buildSrc/src/main/kotlin/toolkit-publishing-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val ideProfile = IdeVersions.ideProfile(project)
1616
val toolkitVersion: String by project
1717

1818
// please check changelog generation logic if this format is changed
19-
version = "$toolkitVersion-${ideProfile.shortName}"
19+
version = "$toolkitVersion.${ideProfile.shortName}"
2020

2121
// attach the current commit hash on local builds
2222
if (!project.isCi()) {

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ class BrowserConnector(
385385

386386
CHAT_TAB_BAR_ACTIONS -> {
387387
handleChat(AmazonQChatServer.tabBarActions, node) { params, invoke ->
388-
println("handling TabBarActions")
389388
invoke()
390389
.whenComplete { actions, error ->
391390
try {

0 commit comments

Comments
 (0)