diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-28 14:57:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-28 14:57:22 +0800 |
commit | 2a5d1448e745355a8e7b0ac837193b781784e5b1 (patch) | |
tree | 01c689ecdfb84beca66e19cff4bc847f3955c50c /README.md | |
parent | a6af19e85b8209043bd0cb62ba3bfae92e82badb (diff) | |
download | lua-language-server-2a5d1448e745355a8e7b0ac837193b781784e5b1.zip |
清除后置空格
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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会自动重启语言服务。给您带来的不便敬请谅解。 |