Skip to content

Commit 93b7b9c

Browse files
committed
fix bad loop
1 parent 765e918 commit 93b7b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/emberjs/glint/GlintLspSupportProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class GlintLspServerDescriptor(private val myProject: Project) : LspServerDescri
9393
f = f.parent
9494
}
9595
if (f?.path?.contains("node_modules") == true) {
96+
f = f.parentEmberModule
9697
continue
9798
}
9899
if (f != null && isAvailableFromDir(f)) {

0 commit comments

Comments
 (0)