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 0955a4d commit 8e28981Copy full SHA for 8e28981
src/requests/actions.jl
@@ -75,7 +75,7 @@ function textDocument_codeAction_request(params::CodeActionParams, server::Langu
75
end
76
77
function workspace_executeCommand_request(params::ExecuteCommandParams, server::LanguageServerInstance, conn)
78
- uri = params.arguments[1]
+ uri = URI(params.arguments[1])
79
offset = params.arguments[2]
80
doc = getdocument(server, uri)
81
x = get_expr(getcst(doc), offset)
0 commit comments