Skip to content

Commit abd9b98

Browse files
committed
Update initialization progress title
1 parent 1b943b9 commit abd9b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class KotlinLanguageServer : LanguageServer, LanguageClientAware, Closeable {
7676

7777
params.workDoneToken?.let {
7878
client.notifyProgress(ProgressParams(it, WorkDoneProgressBegin().apply {
79-
title = "Adding workspace folders"
79+
title = "Adding Kotlin workspace folders"
8080
percentage = 0
8181
}))
8282
}

0 commit comments

Comments
 (0)