Apply custom-extensions-gallery.patch in prepare_vscode.sh

This commit is contained in:
articlecat 2020-10-19 06:01:04 -07:00 committed by GitHub
parent dad2a98413
commit 23bd025392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ cd vscode || exit
../update_settings.sh
# apply patches
patch -u src/vs/platform/product/common/product.ts -i ../patches/custom-extensions-gallery.patch
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patch
if [[ "$OS_NAME" == "osx" ]]; then