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