提交 13185795 编写于 作者: K kieferrm 提交者: Kai Maetzel

fix typos

上级 217ff01e
......@@ -22,7 +22,7 @@ export function resolveCommonProperties(commit: string, version: string, source:
result['version'] = version;
// __GDPR__COMMON__ "common.osVersion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
result['common.osVersion'] = os.release();
// __GDPR__COMMON__ "common.platfrom" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
// __GDPR__COMMON__ "common.platform" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
result['common.platform'] = Platform.Platform[Platform.platform];
// __GDPR__COMMON__ "common.nodePlatform" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
result['common.nodePlatform'] = process.platform;
......
......@@ -535,7 +535,7 @@ export class ExtensionsWorkbenchService implements IExtensionsWorkbenchService {
return this.promptAndSetEnablement(extension, enable, workspace).then(reload => {
/* __GDPR__
"extension:enabled" : {
"extension:enable" : {
"${include}": [
"${GalleryExtensionTelemetryData}"
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册