@@ -245,14 +245,14 @@ export class NotebookEditor extends EditorPane implements IEditorPaneWithSelecti
245
245
type WorkbenchNotebookOpenClassification = {
246
246
owner : 'rebornix' ;
247
247
comment : 'The notebook file open metrics. Used to get a better understanding of the performance of notebook file opening' ;
248
- scheme : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
249
- ext : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
250
- viewType : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
251
- extensionActivated : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
252
- inputLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
253
- webviewCommLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
254
- customMarkdownLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
255
- editorLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
248
+ scheme : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'File system provider scheme for the notebook resource' } ;
249
+ ext : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'File extension for the notebook resource' } ;
250
+ viewType : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'The view type of the notebook editor' } ;
251
+ extensionActivated : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'Extension activation time for the resource opening' } ;
252
+ inputLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'Editor Input loading time for the resource opening' } ;
253
+ webviewCommLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'Webview initialization time for the resource opening' } ;
254
+ customMarkdownLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'Custom markdown loading time for the resource opening' } ;
255
+ editorLoaded : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; comment : 'Overall editor loading time for the resource opening' } ;
256
256
} ;
257
257
258
258
type WorkbenchNotebookOpenEvent = {
0 commit comments