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 367a3bd commit 3fa2de9Copy full SHA for 3fa2de9
src/main/kotlin/com/emberjs/index/EmberNameIndex.kt
@@ -19,7 +19,7 @@ import com.intellij.util.io.BooleanDataDescriptor
19
class EmberNameIndex : ScalarIndexExtension<Boolean>() {
20
21
override fun getName() = NAME
22
- override fun getVersion() = 5
+ override fun getVersion() = 6
23
override fun getKeyDescriptor() = BooleanDataDescriptor.INSTANCE
24
override fun dependsOnFileContent() = false
25
0 commit comments