Skip to content

Commit

Permalink
change wildcard property
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Sep 12, 2017
1 parent 53d0460 commit f896a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/node/extHostExtensionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function getTelemetryActivationEvent(extensionDescription: IExtensionDescription
"${wildcard}": [
{
"${prefix}": "contribution.",
"${property}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
]
}
Expand Down

0 comments on commit f896a52

Please sign in to comment.