From b95360f302a257d98e06e84d2764741abf46756f Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 23 Jul 2026 10:56:35 -0800 Subject: [PATCH] Continue update even if csp patch is missing This can happen if you run the update multiple times and it was already deleted from another run but not regenerated yet due to an early failure like from a conflict. --- ci/build/update-vscode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build/update-vscode.sh b/ci/build/update-vscode.sh index 32b7fc1a2..b3b4857d2 100755 --- a/ci/build/update-vscode.sh +++ b/ci/build/update-vscode.sh @@ -79,7 +79,7 @@ function get-webview-script-hash() { } function delete_csp() { - quilt delete csp-hashes.diff + quilt delete csp-hashes.diff || true } function update_csp() {