Skip to content

Commit ea6e840

Browse files
DonJayamannerchiodo
authored andcommitted
Add support for find in notebook editor (#9471)
1 parent e35f25a commit ea6e840

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/1 Enhancements/9470.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add support for `Find` in the `Notebook Editor`.

src/client/common/application/webPanels/webPanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class WebPanel implements IWebPanel {
3838
enableScripts: true,
3939
retainContextWhenHidden: true,
4040
localResourceRoots: [Uri.file(this.options.rootPath)],
41+
enableFindWidget: true,
4142
portMapping: port ? [{ webviewPort: RemappedPort, extensionHostPort: port }] : undefined
4243
});
4344
this.loadPromise = this.load();

0 commit comments

Comments
 (0)