mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Ensure the notebook selectors are serialized (#242264)
This commit is contained in:
@@ -33,7 +33,7 @@ export class NotebookProviderInfo {
|
||||
readonly priority: RegisteredEditorPriority;
|
||||
readonly providerDisplayName: string;
|
||||
|
||||
private _selectors: NotebookSelector[];
|
||||
public _selectors: NotebookSelector[];
|
||||
get selectors() {
|
||||
return this._selectors;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user