Skip to content

Commit 4b9e0a8

Browse files
authored
remove timeout
1 parent b1407e5 commit 4b9e0a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/languageserverinstance.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ function trigger_symbolstore_reload(server::LanguageServerInstance)
235235
ProgressParams(server.current_symserver_progress_token, WorkDoneProgressReport(missing, msg, percentage))
236236
)
237237
if percentage == 100
238-
sleep(10) # give the UI some time to show the end of the progress
239238
JSONRPC.send(
240239
server.jr_endpoint,
241240
progress_notification_type,

0 commit comments

Comments
 (0)