Skip to content

Commit 8b14510

Browse files
committed
save
1 parent 7398398 commit 8b14510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
168168
val chosenFile = FileChooserFactory.getInstance().createSaveFileDialog(descriptor, project).save(saveAtUri)
169169

170170
chosenFile?.let {
171-
return@invokeAndWaitIfNeeded ShowSaveFileDialogResult(chosenFile.file.toURI())
171+
return@invokeAndWaitIfNeeded ShowSaveFileDialogResult(chosenFile.file.path)
172172
// TODO: Add error state shown in chat ui instead of throwing
173173
} ?: throw Error( "Export failed")
174174
}

0 commit comments

Comments
 (0)