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 e35f25a commit ea6e840Copy full SHA for ea6e840
news/1 Enhancements/9470.md
@@ -0,0 +1 @@
1
+Add support for `Find` in the `Notebook Editor`.
src/client/common/application/webPanels/webPanel.ts
@@ -38,6 +38,7 @@ export class WebPanel implements IWebPanel {
38
enableScripts: true,
39
retainContextWhenHidden: true,
40
localResourceRoots: [Uri.file(this.options.rootPath)],
41
+ enableFindWidget: true,
42
portMapping: port ? [{ webviewPort: RemappedPort, extensionHostPort: port }] : undefined
43
});
44
this.loadPromise = this.load();
0 commit comments