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 e400638 commit eae8f60Copy full SHA for eae8f60
src/languageserverinstance.jl
@@ -82,7 +82,7 @@ mutable struct LanguageServerInstance
82
jw = JuliaWorkspace()
83
if hasfield(typeof(jw.runtime), :performance_tracing_callback)
84
jw.runtime.performance_tracing_callback = (name, start_time, duration) -> begin
85
- if g_operationId[] != "" && isopen(endpoint)
+ if g_operationId[] != "" && endpoint.status === :running
86
JSONRPC.send(
87
endpoint,
88
telemetry_event_notification_type,
0 commit comments