Skip to content

Commit 4fb2ccc

Browse files
committed
jank
1 parent d1a92d5 commit 4fb2ccc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandlerTest.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ class TextDocumentServiceHandlerTest {
312312
return uri
313313
}
314314

315+
if (uri.startsWith("file://C:/")) {
316+
val path = uri.substringAfter("file://C:/")
317+
return "file:///C:/$path"
318+
}
319+
315320
val path = uri.substringAfter("file:///")
316321
return "file:///C:/$path"
317322
}

0 commit comments

Comments
 (0)