Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/api/common/extHostSCM.ts')
-rw-r--r--src/vs/workbench/api/common/extHostSCM.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vs/workbench/api/common/extHostSCM.ts b/src/vs/workbench/api/common/extHostSCM.ts
index ee9ec8daf69..14f71883223 100644
--- a/src/vs/workbench/api/common/extHostSCM.ts
+++ b/src/vs/workbench/api/common/extHostSCM.ts
@@ -745,7 +745,8 @@ export class ExtHostSCM implements ExtHostSCMShape {
type TEvent = { extensionId: string };
type TMeta = {
owner: 'joaomoreno';
- extensionId: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
+ extensionId: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The ID of the extension contributing to the Source Control API.' };
+ comment: 'This is used to know what extensions contribute to the Source Control API.';
};
this._telemetry.$publicLog2<TEvent, TMeta>('api/scm/createSourceControl', {
extensionId: extension.identifier.value,