提交 9012985c 编写于 作者: H Harald Kirschner

Improve wording for telemetry settings

上级 9be88790
...@@ -220,8 +220,8 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat ...@@ -220,8 +220,8 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
'type': 'boolean', 'type': 'boolean',
'markdownDescription': 'markdownDescription':
!product.privacyStatementUrl ? !product.privacyStatementUrl ?
localize('telemetry.enableTelemetry', "Enable usage data and errors to be sent to a Microsoft online service.") : localize('telemetry.enableTelemetry', "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made.", product.nameLong) :
localize('telemetry.enableTelemetryMd', "Enable usage data and errors to be sent to a Microsoft online service. Read our privacy statement [here]({0}).", product.privacyStatementUrl), localize('telemetry.enableTelemetryMd', "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made. [Read more]({1}) about what we collect and our privacy statement.", product.nameLong, product.privacyStatementUrl),
'default': true, 'default': true,
'restricted': true, 'restricted': true,
'scope': ConfigurationScope.APPLICATION, 'scope': ConfigurationScope.APPLICATION,
......
...@@ -231,7 +231,7 @@ import { EditorsVisibleContext, SingleEditorGroupsContext } from 'vs/workbench/c ...@@ -231,7 +231,7 @@ import { EditorsVisibleContext, SingleEditorGroupsContext } from 'vs/workbench/c
'properties': { 'properties': {
'telemetry.enableCrashReporter': { 'telemetry.enableCrashReporter': {
'type': 'boolean', 'type': 'boolean',
'description': localize('telemetry.enableCrashReporting', "Enable crash reports to be sent to a Microsoft online service. \nThis option requires restart to take effect."), 'description': localize('telemetry.enableCrashReporting', "Enable crash reports to be collected. This helps us improve stability. \nThis option requires restart to take effect."),
'default': true, 'default': true,
'tags': ['usesOnlineServices', 'telemetry'] 'tags': ['usesOnlineServices', 'telemetry']
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册