diff --git a/type-script-helper/README.md b/type-script-helper/README.md
index de5b503..72a65fc 100644
--- a/type-script-helper/README.md
+++ b/type-script-helper/README.md
@@ -246,3 +246,8 @@ None
- Extension to javascript communication
- cod-1-122-0.js
+
+## 1.123.0 1745545527205 = 638811423272050000 = 2025-1.Spring = Thu Apr 24 2025 18:45:26 GMT-0700 (Mountain Standard Time)
+-----------------------------------------------------------------------------------------------------------
+
+- Enable find within Cost of Delay (CoD)
diff --git a/type-script-helper/package.json b/type-script-helper/package.json
index 7be57d1..6f3d379 100644
--- a/type-script-helper/package.json
+++ b/type-script-helper/package.json
@@ -354,5 +354,5 @@
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
"webpack": "webpack --config ./build/node-extension.webpack.config.js"
},
- "version": "1.122.0"
+ "version": "1.123.0"
}
\ No newline at end of file
diff --git a/type-script-helper/src/WebviewPanelCostOfDelay.ts b/type-script-helper/src/WebviewPanelCostOfDelay.ts
index ae9546c..1d7178c 100644
--- a/type-script-helper/src/WebviewPanelCostOfDelay.ts
+++ b/type-script-helper/src/WebviewPanelCostOfDelay.ts
@@ -46,6 +46,7 @@ export class WebviewPanelCostOfDelay {
{
// Enable javascript in the webview
enableScripts: true,
+ enableFindWidget: true,
// And restrict the webview to only loading content from our extension's `media` directory.
localResourceRoots: [
@@ -117,7 +118,7 @@ export class WebviewPanelCostOfDelay {
private _getHtmlForWebview(site: string, title: string, view: string, webview: vscode.Webview) {
const baseUri = 'https://eaf-dev.mes.infineon.com';
- const scriptUri = 'cod-1-122-0.js?v=2025-04-14-08-10';
+ const scriptUri = 'cod-1-123-0.js?v=2025-04-14-08-10';
// Use a nonce to only allow a specific script to be run.
const nonce = getNonce();
@@ -164,7 +165,6 @@ export class WebviewPanelCostOfDelay {
-