File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -969,6 +969,7 @@ function registerCloseEditorCommands() {
969
969
970
970
type WorkbenchEditorReopenClassification = {
971
971
owner : 'rebornix' ;
972
+ comment : 'Identify how a document is reopened' ;
972
973
scheme : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
973
974
ext : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
974
975
from : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ export class NotebookEditor extends EditorPane implements IEditorPaneWithSelecti
244
244
245
245
type WorkbenchNotebookOpenClassification = {
246
246
owner : 'rebornix' ;
247
+ comment : 'The notebook file open metrics. Used to get a better understanding of the performance of notebook file opening' ;
247
248
scheme : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
248
249
ext : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
249
250
viewType : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
Original file line number Diff line number Diff line change @@ -1100,6 +1100,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditorD
1100
1100
}
1101
1101
type WorkbenchNotebookOpenClassification = {
1102
1102
owner : 'rebornix' ;
1103
+ comment : 'Identify the notebook editor view type' ;
1103
1104
scheme : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
1104
1105
ext : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
1105
1106
viewType : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' } ;
You can’t perform that action at this time.
0 commit comments