Skip to content

Commit

Permalink
Restore private getDotFileDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarciavaadin committed Nov 5, 2024
1 parent 12498b9 commit ebe1f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class CopilotPluginUtil {
}
}

fun getDotFileDirectory(project: Project): VirtualFile? {
private fun getDotFileDirectory(project: Project): VirtualFile? {
val projectDir = project.guessProjectDir()
if (projectDir == null) {
LOG.error("Cannot guess project directory")
Expand Down

0 comments on commit ebe1f75

Please sign in to comment.