summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-03-28 14:57:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-03-28 14:57:22 +0800
commit2a5d1448e745355a8e7b0ac837193b781784e5b1 (patch)
tree01c689ecdfb84beca66e19cff4bc847f3955c50c /README.md
parenta6af19e85b8209043bd0cb62ba3bfae92e82badb (diff)
downloadlua-language-server-2a5d1448e745355a8e7b0ac837193b781784e5b1.zip
清除后置空格
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 436e758b..a0557ced 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/0tng1g72fssvu9rr/branch/master?svg=true)](https://ci.appveyor.com/project/sumneko/vscode-lua-language-server/branch/master)
-### Notice
-I'm fighting against memory leaks in the current version. If the memory footprint is too high, please end the process of language service manually. VSCode will automatically restart the language service. Sorry for the inconvenience.
-
-我正在与目前版本的内存泄漏做斗争,如果内存占用过高,请手动结束语言服务的进程,VSCode会自动重启语言服务。给您带来的不便敬请谅解。
-
### Feature
- [x] Goto Definition
@@ -46,3 +41,8 @@ You can add your library at [here][libs] by `Pull Requests`.
你可以通过`Pull Requests`在[这里][libs]添加自己的函数库。
[libs]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/libs
+
+### Notice
+I'm fighting against memory leaks in the current version. If the memory footprint is too high, please end the process of language service manually. VSCode will automatically restart the language service. Sorry for the inconvenience.
+
+我正在与目前版本的内存泄漏做斗争,如果内存占用过高,请手动结束语言服务的进程,VSCode会自动重启语言服务。给您带来的不便敬请谅解。