-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This happened on me today.
┌ Error: Some Julia code in the VS Code extension crashed
└ @ Main ~/.vscode/extensions/julialang.language-julia-1.156.1/scripts/error_handler.jl:15
ERROR: MethodError: no method matching cancel_testrun_notification(::TestItemControllers.TestItemControllerProtocol.CancelTestRunParams, ::JSONRPCTestItemController{var"#3#4"})
The function `cancel_testrun_notification` exists, but no method is defined for this combination of argument types.
Closest candidates are:
cancel_testrun_notification(::TestItemControllers.TestItemControllerProtocol.CancelTestRunParams, ::JSONRPCTestItemController, !Matched::Any)
@ TestItemControllers ~/.vscode/extensions/julialang.language-julia-1.156.1/scripts/packages/TestItemControllers/src/jsonrpctestitemcontroller.jl:136
Stacktrace:
[1] dispatch_msg(x::TestItemControllers.JSONRPC.JSONRPCEndpoint{Base.PipeEndpoint, Base.PipeEndpoint}, msg::TestItemControllers.JSONRPC.Request, context::JSONRPCTestItemController{var"#3#4"})
@ TestItemControllers ~/.vscode/extensions/julialang.language-julia-1.156.1/scripts/packages/TestItemControllers/packages/JSONRPC/src/typed.jl:116
[2] (::TestItemControllers.var"#85#86"{TestItemControllers.JSONRPC.Request, JSONRPCTestItemController{var"#3#4"}})()
@ TestItemControllers ~/.vscode/extensions/julialang.language-julia-1.156.1/scripts/packages/TestItemControllers/src/jsonrpctestitemcontroller.jl:169
The macro in dispatch_msg seems to expect both 2-arg and 3-arg methods to exist, so not sure what an appropriate fix would be.
Metadata
Metadata
Assignees
Labels
No labels