We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a49ba1d + 9c86116 commit 8a792feCopy full SHA for 8a792fe
unit-picker/src/main/kotlin/cc/unitmesh/pick/option/InsPickerOption.kt
@@ -114,7 +114,7 @@ data class InsPickerOption(
114
return baseDir + File.separator + repoFileName() + ".jsonl"
115
}
116
117
- fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}.jsonl"
+ fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}"
118
119
/**
120
* Encodes a given string to be used as a file name by replacing characters that are not allowed in file names.
0 commit comments