Cache GSScope by dependencies in ScriptDependencyModuleInfo

Removing state in previous commit led to 'toVfsRoots' being called to often
This commit is contained in:
Pavel V. Talanov
2017-05-17 18:17:38 +03:00
parent 4f3b68f8e9
commit f701f8f590
2 changed files with 15 additions and 4 deletions
+3
View File
@@ -325,6 +325,9 @@
<projectService serviceInterface="org.jetbrains.kotlin.idea.caches.resolve.IdePackageOracleFactory"
serviceImplementation="org.jetbrains.kotlin.idea.caches.resolve.IdePackageOracleFactory"/>
<projectService serviceInterface="org.jetbrains.kotlin.idea.caches.resolve.ScriptBinariesScopeCache"
serviceImplementation="org.jetbrains.kotlin.idea.caches.resolve.ScriptBinariesScopeCache"/>
<errorHandler implementation="org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter"/>
<internalFileTemplate name="Kotlin File"/>