We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdd81d commit 62fde84Copy full SHA for 62fde84
intellij-client/src/main/kotlin/dev/robotcode/robotcode4ij/testing/RobotCodeTestManager.kt
@@ -344,7 +344,7 @@ private fun getRfcCompliantUri(virtualFile: VirtualFile): String {
344
filePath
345
}
346
347
- return Paths.get(normalizedPath).toUri().toString()
+ return Paths.get(normalizedPath).toUri().toString().removeSuffix("/")
348
349
350
private fun isWindows(): Boolean = System.getProperty("os.name").lowercase().contains("win")
0 commit comments