omit endPoint where it defaults to none

This commit is contained in:
kieferrm
2017-09-20 15:03:24 -07:00
committed by Kai Maetzel
parent 6607604333
commit fbb3e25987
77 changed files with 408 additions and 408 deletions

View File

@@ -147,8 +147,8 @@ export function createApiFactory(
this._seen.add(apiName);
/* __GDPR__
"apiUsage" : {
"name" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"extension": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"name" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"extension": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"${include}": [
"${MainThreadData}"
]
@@ -505,9 +505,9 @@ export function createApiFactory(
createSourceControl(id: string, label: string, rootUri?: vscode.Uri) {
/* __GDPR__
"registerSCMProvider" : {
"extensionId" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"providerId": { "endPoint": "none", "classification": "PublicNonPersonalData", "purpose": "FeatureInsight" },
"providerLabel": { "endPoint": "none", "classification": "PublicPersonalData", "purpose": "FeatureInsight" },
"extensionId" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"providerId": { "classification": "PublicNonPersonalData", "purpose": "FeatureInsight" },
"providerLabel": { "classification": "PublicPersonalData", "purpose": "FeatureInsight" },
"${include}": [
"${MainThreadData}"
]