Skip to content

Commit

Permalink
Fix project opening not working as expected in IntelliJ 2023 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedyaseen committed Oct 9, 2024
1 parent afde50d commit bedc50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- Fix project opening not working as expected in IntelliJ 2023 builds.

## [1.6.0] - 2024-08-30

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object NeptuneOpenProjectProvider : AbstractOpenProjectProvider() {
return file.isNeptuneBuildFile
}

override suspend fun linkToExistingProjectAsync(projectFile: VirtualFile, project: Project) {
override fun linkToExistingProject(projectFile: VirtualFile, project: Project) {
val projectRoot = if (projectFile.isDirectory) projectFile else projectFile.parent

val settings = NeptuneProjectSettings()
Expand Down

0 comments on commit bedc50e

Please sign in to comment.