Apply custom-extensions-gallery.patch in prepare_vscode.sh
This commit is contained in:
parent
dad2a98413
commit
23bd025392
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue