diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-05-25 14:35:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-05-25 14:35:53 +0800 |
commit | 54269ae67678d3121ea84155c472bfc1337c1688 (patch) | |
tree | 562fe977fc8794629f96e788f63a0e4cde6285b1 /script/method/init.lua | |
parent | b8a2374374cb242ddb196195e8578c6eff8b0558 (diff) | |
download | lua-language-server-54269ae67678d3121ea84155c472bfc1337c1688.zip |
#165 语言客户端会处理多目录的情况,不需要语言服务器瞎操心
Diffstat (limited to 'script/method/init.lua')
-rw-r--r-- | script/method/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/method/init.lua b/script/method/init.lua index dd662a2d..41ff3ec3 100644 --- a/script/method/init.lua +++ b/script/method/init.lua @@ -27,7 +27,6 @@ init 'textDocument/semanticTokens' init 'textDocument/signatureHelp' init 'workspace/didChangeConfiguration' init 'workspace/didChangeWatchedFiles' -init 'workspace/didChangeWorkspaceFolders' init 'workspace/executeCommand' return method |