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 ba80405 commit 2100c1cCopy full SHA for 2100c1c
server/src/main/kotlin/org/javacs/kt/CompilerClassPath.kt
@@ -16,6 +16,7 @@ class CompilerClassPath(private val config: CompilerConfiguration) : Closeable {
16
}
17
18
private fun refresh() {
19
+ // TODO: Fetch class path and build script class path concurrently (and asynchronously)
20
val resolver = defaultClassPathResolver(workspaceRoots)
21
val newClassPath = resolver.classpathOrEmpty
22
val newBuildScriptClassPath = resolver.buildScriptClasspathOrEmpty
0 commit comments