Skip to content

Commit faf7e64

Browse files
authored
Reassign event ownership from 'sbatten' to 'benibenj' (microsoft#239264)
reassigning some events
1 parent df32d7a commit faf7e64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/vs/workbench/browser/layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
24792479
};
24802480

24812481
type StartupLayoutEventClassification = {
2482-
owner: 'sbatten';
2482+
owner: 'benibenj';
24832483
comment: 'Information about the layout of the workbench during statup';
24842484
activityBarVisible: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Whether or the not the activity bar is visible' };
24852485
sideBarVisible: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Whether or the not the primary side bar is visible' };

src/vs/workbench/browser/parts/paneCompositeBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ class ViewContainerActivityAction extends CompositeBarAction {
843843

844844
private logAction(action: string) {
845845
type ActivityBarActionClassification = {
846-
owner: 'sbatten';
846+
owner: 'benibenj';
847847
comment: 'Event logged when an activity bar action is triggered.';
848848
viewletId: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The view in the activity bar for which the action was performed.' };
849849
action: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The action that was performed. e.g. "hide", "show", or "refocus"' };

src/vs/workbench/services/views/browser/viewDescriptorService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export class ViewDescriptorService extends Disposable implements IViewDescriptor
425425
}
426426

427427
type ViewDescriptorServiceMoveViewsClassification = {
428-
owner: 'sbatten';
428+
owner: 'benibenj';
429429
comment: 'Logged when views are moved from one view container to another';
430430
viewCount: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The number of views moved' };
431431
fromContainer: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The starting view container of the moved views' };

0 commit comments

Comments
 (0)