Skip to content

Commit 54927b0

Browse files
rebornixjoyceerhl
andauthored
Update notebook events comments (microsoft#154952)
* Update notebook events comments * Update src/vs/workbench/contrib/notebook/browser/notebookEditor.ts Co-authored-by: Joyce Er <[email protected]> Co-authored-by: Joyce Er <[email protected]>
1 parent e1a45ad commit 54927b0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/vs/workbench/browser/parts/editor/editorCommands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@ function registerCloseEditorCommands() {
969969

970970
type WorkbenchEditorReopenClassification = {
971971
owner: 'rebornix';
972+
comment: 'Identify how a document is reopened';
972973
scheme: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
973974
ext: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
974975
from: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };

src/vs/workbench/contrib/notebook/browser/notebookEditor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export class NotebookEditor extends EditorPane implements IEditorPaneWithSelecti
244244

245245
type WorkbenchNotebookOpenClassification = {
246246
owner: 'rebornix';
247+
comment: 'The notebook file open metrics. Used to get a better understanding of the performance of notebook file opening';
247248
scheme: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
248249
ext: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
249250
viewType: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };

src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditorD
11001100
}
11011101
type WorkbenchNotebookOpenClassification = {
11021102
owner: 'rebornix';
1103+
comment: 'Identify the notebook editor view type';
11031104
scheme: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
11041105
ext: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
11051106
viewType: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };

0 commit comments

Comments
 (0)