We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c4179 commit 580e237Copy full SHA for 580e237
src/main/kotlin/com/emberjs/glint/GlintLspSupportProvider.kt
@@ -98,7 +98,7 @@ class GlintLspServerDescriptor(private val myProject: Project) : LspServerDescri
98
return true
99
}
100
101
- fun isAvailable(vfile: VirtualFile): Boolean {
+ fun isAvailable(vfile?: VirtualFile): Boolean {
102
val config = GlintConfiguration.getInstance(myProject)
103
val pkg = config.getPackage()
104
val path = pkg.`package`.constantPackage?.systemIndependentPath
0 commit comments