summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-01-21 09:50:02 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-01-21 09:50:02 +0800
commite1ce940dfa91bc5cf121a0287a7c0cff40e509cc (patch)
tree1dec63a8e5ae9a0157b07738f4890a4f92f22834 /README.md
parentd1b145ecbd8961e1f27b1edc3c848c3f953ef374 (diff)
downloadlua-language-server-e1ce940dfa91bc5cf121a0287a7c0cff40e509cc.zip
不再需要每次初始化全局变量
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f2ec54b9..d2b2d779 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ API描述的中文翻译来自[云风](https://cloudwu.github.io/lua53doc/manual
### library
-You can add your library at [here][libs] by `Pull Requests`. Attention, `source.type` should be `library`, this will not increase the burden of language services.
+You can add your library at [here][libs] by `Pull Requests`.
-你可以通过`Pull Requests`在[这里][libs]添加自己的函数库。注意,`source.type`必须设置为`library`,这样不会增加语言服务的负担。
+你可以通过`Pull Requests`在[这里][libs]添加自己的函数库。
[libs]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/libs