From 283b1aabcdda19cfcdf56b09709e04a79312c4e6 Mon Sep 17 00:00:00 2001 From: Daniel Pilgrim-Minaya Date: Mon, 6 Jul 2026 20:05:18 +0000 Subject: [PATCH] fix: Set sagemakerCodeEditorVersion to 1.10.0 Replace __SAGEMAKER_VERSION__ placeholder with the actual conda package version. This value is displayed in Help > About. --- patches/sagemaker/sagemaker-product-config.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/sagemaker/sagemaker-product-config.diff b/patches/sagemaker/sagemaker-product-config.diff index cff031c1..bb0df956 100644 --- a/patches/sagemaker/sagemaker-product-config.diff +++ b/patches/sagemaker/sagemaker-product-config.diff @@ -27,5 +27,5 @@ Index: code-editor-src/product.json "workbench.action.edits." - ] + ], -+ "sagemakerCodeEditorVersion": "__SAGEMAKER_VERSION__" ++ "sagemakerCodeEditorVersion": "1.10.0" }