You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
151
151
formatMappings[format]?.let { filters.add(it) }
152
152
}
153
153
val defaultUri = params.defaultUri ?:"export-chat.md"
154
-
val saveAtUri = defaultUri.substring(defaultUri.lastIndexOf("/"))
154
+
val saveAtUri = defaultUri.substring(defaultUri.lastIndexOf("/")+1)
155
155
returnCompletableFuture.supplyAsync(
156
156
{
157
157
val descriptor =FileSaverDescriptor("Export", "Choose a location to export").apply {
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/AwsServerCapabilitiesProvider.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,5 +57,5 @@ data class QuickActionsCommandGroups(
0 commit comments