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/base/common/actions.ts')
-rw-r--r--src/vs/base/common/actions.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vs/base/common/actions.ts b/src/vs/base/common/actions.ts
index f9729a18770..cfaa9389600 100644
--- a/src/vs/base/common/actions.ts
+++ b/src/vs/base/common/actions.ts
@@ -15,8 +15,8 @@ export interface ITelemetryData {
export type WorkbenchActionExecutedClassification = {
owner: 'bpasero';
- id: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
- from: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
+ id: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The identifier of the action that was run.' };
+ from: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The name of the component the action was run from.' };
};
export type WorkbenchActionExecutedEvent = {