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 dff5fc9 commit affc5d1Copy full SHA for affc5d1
1 file changed
lua/spring_boot/util.lua
@@ -86,7 +86,8 @@ M.execute_command = function(client, command, param, callback)
86
end
87
88
89
- client.request("workspace/executeCommand", {
+ -- client.request deprecated
90
+ client:request("workspace/executeCommand", {
91
command = command,
92
arguments = param,
93
}, callback, nil)
0 commit comments