From 956ed96a2c0b13ec0e69217df1d19435bafb17a7 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 2 Dec 2022 13:44:13 -0700 Subject: [PATCH] Revert "fix: add +x to product.json in build-vscode" This reverts commit fc4d2b532f41277d6b93243cd6bd2ba2434f80d6. --- ci/build/build-vscode.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build/build-vscode.sh b/ci/build/build-vscode.sh index 78513de74..154892798 100755 --- a/ci/build/build-vscode.sh +++ b/ci/build/build-vscode.sh @@ -96,8 +96,6 @@ main() { EOF ) > product.json - chmod +x product.json - # Any platform here works since we will do our own packaging. We have to do # this because we have an NPM package that could be installed on any platform. # The correct platform dependencies and scripts will be installed as part of