Skip to content

Commit 2100c1c

Browse files
committed
Add Todo note to CompilerClassPath.refresh
1 parent ba80405 commit 2100c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/kotlin/org/javacs/kt/CompilerClassPath.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class CompilerClassPath(private val config: CompilerConfiguration) : Closeable {
1616
}
1717

1818
private fun refresh() {
19+
// TODO: Fetch class path and build script class path concurrently (and asynchronously)
1920
val resolver = defaultClassPathResolver(workspaceRoots)
2021
val newClassPath = resolver.classpathOrEmpty
2122
val newBuildScriptClassPath = resolver.buildScriptClasspathOrEmpty

0 commit comments

Comments
 (0)