Skip to content

Commit d0c2d1f

Browse files
committed
update description of telemetry
1 parent bd133ac commit d0c2d1f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

package/nls-zh-cn.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ return {
6868
['config.hint.setType'] = '在赋值操作位置提示类型。',
6969
['config.hint.paramName'] = '调用的参数为字面量时提示参数名。',
7070
['config.telemetry.enable'] = [[
71-
启用遥测,通过网络发送你的编辑器信息与错误日志
72-
* [会发送哪些数据](https://github.com/sumneko/lua-language-server/blob/master/script/service/telemetry.lua)
73-
* [如何使用这些数据](https://github.com/sumneko/lua-telemetry-server/tree/master/method)
71+
启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy)阅读我们的隐私声明。
7472
]],
7573
['config.misc.parameters'] = 'VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Command-line)。',
7674

package/nls.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ The language service will additionally load the lua files in these directories,
6868
['config.hint.setType'] = 'Hint type at assignment operation.',
6969
['config.hint.paramName'] = 'Hint parameter name when the parameter called is literal.',
7070
['config.telemetry.enable'] = [[
71-
Enable telemetry to send your editor information and error logs over the network
72-
* [What data will be sent](https://github.com/sumneko/lua-language-server/blob/master/script/service/telemetry.lua)
73-
* [How to use this data](https://github.com/sumneko/lua-telemetry-server/tree/master/method)
71+
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy).
7472
]],
7573
['config.misc.parameters'] = '[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.',
7674
}

0 commit comments

Comments
 (0)