Skip to content

Commit b95ed96

Browse files
committed
use updated path
1 parent c303aac commit b95ed96

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
@@ -321,7 +321,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
321321
}
322322

323323
val chosenFiles = FileChooser.chooseFiles(descriptor, project, null)
324-
val uris = chosenFiles.map { it.url }
324+
val uris = chosenFiles.map { it.path }
325325

326326
mapOf("uris" to uris) as LSPAny
327327
},

0 commit comments

Comments
 (0)