Skip to content

Commit c51c91e

Browse files
authored
Typo: folding controller. (microsoft#165211)
1 parent 7233e19 commit c51c91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/controller/foldingController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { ICommandHandlerDescription } from 'vs/platform/commands/common/commands
2323
import { NotebookViewModel } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookViewModelImpl';
2424

2525
export class FoldingController extends Disposable implements INotebookEditorContribution {
26-
static id: string = 'workbench.notebook.findController';
26+
static id: string = 'workbench.notebook.foldingController';
2727

2828
private _foldingModel: FoldingModel | null = null;
2929
private readonly _localStore = this._register(new DisposableStore());

0 commit comments

Comments
 (0)