From 8a26e54d3eeb7607eb06b5510a111f66f7aa8769 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 9 Feb 2026 20:19:21 +0100 Subject: [PATCH] feat(windows): disable versioned update (#2691) --- prepare_vscode.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index 9ac2bb8..1761c7f 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -59,9 +59,9 @@ if [[ "${DISABLE_UPDATE}" != "yes" ]]; then setpath "product" "downloadUrl" "https://github.com/VSCodium/vscodium/releases" fi - if [[ "${OS_NAME}" == "windows" ]]; then - setpath_json "product" "win32VersionedUpdate" "true" - fi + # if [[ "${OS_NAME}" == "windows" ]]; then + # setpath_json "product" "win32VersionedUpdate" "true" + # fi fi if [[ "${VSCODE_QUALITY}" == "insider" ]]; then