diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-08-05 14:15:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-08-05 14:15:55 +0800 |
commit | 5ba1f15971c441f34048e240095293490c66dddb (patch) | |
tree | 5fa9bfa5a821268ee53cc5f89a9793524c243a2d /script/method | |
parent | a5e60e8d423cf1e0853bb8e22a8855a423774f86 (diff) | |
download | lua-language-server-5ba1f15971c441f34048e240095293490c66dddb.zip |
修正快速修复失效的bug
Diffstat (limited to 'script/method')
-rw-r--r-- | script/method/workspace/executeCommand.lua | 2 |
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 |