We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7233e19 commit c51c91eCopy full SHA for c51c91e
src/vs/workbench/contrib/notebook/browser/controller/foldingController.ts
@@ -23,7 +23,7 @@ import { ICommandHandlerDescription } from 'vs/platform/commands/common/commands
23
import { NotebookViewModel } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookViewModelImpl';
24
25
export class FoldingController extends Disposable implements INotebookEditorContribution {
26
- static id: string = 'workbench.notebook.findController';
+ static id: string = 'workbench.notebook.foldingController';
27
28
private _foldingModel: FoldingModel | null = null;
29
private readonly _localStore = this._register(new DisposableStore());
0 commit comments