Skip to content

Commit affc5d1

Browse files
committed
fix: replace deprecated client.request with client:request
1 parent dff5fc9 commit affc5d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/spring_boot/util.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ M.execute_command = function(client, command, param, callback)
8686
end
8787
end
8888
end
89-
client.request("workspace/executeCommand", {
89+
-- client.request deprecated
90+
client:request("workspace/executeCommand", {
9091
command = command,
9192
arguments = param,
9293
}, callback, nil)

0 commit comments

Comments
 (0)