Skip to content

Commit a45463d

Browse files
authored
Ensure the notebook selectors are serialized (microsoft#242264)
1 parent 29b7ad2 commit a45463d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/common/notebookProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class NotebookProviderInfo {
3333
readonly priority: RegisteredEditorPriority;
3434
readonly providerDisplayName: string;
3535

36-
private _selectors: NotebookSelector[];
36+
public _selectors: NotebookSelector[];
3737
get selectors() {
3838
return this._selectors;
3939
}

0 commit comments

Comments
 (0)