rider/src/main/kotlin/com/jetbrains/rider/plugins/godot/GodotMetadataFileWatcherUtil.kt [53:61]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (projectMetadataCfg.exists()) { val line = projectMetadataCfg.readLines().singleOrNull { it.startsWith("executable_path=") } if (line != null) { val path = line.substring("executable_path=\"".length, line.trimEnd().length - 1) if (Paths.get(path).toFile().exists()) return path } } return null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rider/src/main/kotlin/com/jetbrains/rider/plugins/godot/GodotMetadataFileWatcherUtil.kt [73:81]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (projectMetadataCfg.exists()) { val line = projectMetadataCfg.readLines().singleOrNull { it.startsWith("executable_path=") } if (line != null) { val path = line.substring("executable_path=\"".length, line.trimEnd().length - 1) if (Paths.get(path).toFile().exists()) return path } } return null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -