summaryrefslogtreecommitdiff
path: root/script/method
diff options
context:
space:
mode:
Diffstat (limited to 'script/method')
-rw-r--r--script/method/workspace/executeCommand.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/method/workspace/executeCommand.lua b/script/method/workspace/executeCommand.lua
index 357c21c0..57ca281d 100644
--- a/script/method/workspace/executeCommand.lua
+++ b/script/method/workspace/executeCommand.lua
@@ -100,7 +100,7 @@ local literalMap = {
--- @param lsp LSP
--- @param data table
-command['lua.resolve'] = function (lsp, data)
+command['lua.solve'] = function (lsp, data)
local uri = data.uri
local vm, lines = lsp:getVM(uri)
if not vm then