mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[angular] WEB-73210 Add tests for context with PsiDirectory and fix one more place in Angular code.
GitOrigin-RevId: b471d449d246702c4db975494a7160fc41c58e1f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fd1802f553
commit
f2df9d41bd
@@ -451,6 +451,9 @@ private class WebSymbolsContextDiscoveryInfo(private val project: Project, priva
|
||||
}
|
||||
}
|
||||
})
|
||||
WEB_SYMBOLS_CONTEXT_EP.point!!.addChangeListener(Runnable{
|
||||
cachedData.clear()
|
||||
}, project)
|
||||
}
|
||||
|
||||
fun getProximityFromExtensions(dir: VirtualFile, kind: ContextKind, name: ContextName): Int? =
|
||||
|
||||
Reference in New Issue
Block a user