diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-26 16:45:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-26 16:45:01 +0800 |
commit | 6ed62803fc201aacc4e9bd4aee6b24bcf2d7b217 (patch) | |
tree | 3000bbdae64a94a2f2937425d4362497c888a3b5 /README.md | |
parent | 9c439e08cddd69ea332c320d3ee213d2b64c5a03 (diff) | |
download | lua-language-server-6ed62803fc201aacc4e9bd4aee6b24bcf2d7b217.zip |
加个公告
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ [](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 |