Date: Tuesday, April 14, 2020 @ 11:44:50 Author: ffy00 Revision: 614065
fix removing proposed APIs Modified: code/trunk/PKGBUILD ----------+ PKGBUILD | 4 ---- 1 file changed, 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-14 11:39:56 UTC (rev 614064) +++ PKGBUILD 2020-04-14 11:44:50 UTC (rev 614065) @@ -65,10 +65,6 @@ local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/') sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json - # See https://github.com/MicrosoftDocs/live-share/issues/262 for details - # Also, https://github.com/microsoft/vscode/issues/48946 - patch -p1 < ../enable-proposed-apis.diff - # Build native modules for system electron local _target=$(</usr/lib/$_electron/version) sed -i "s/^target .*/target \"${_target//v/}\"/" .yarnrc
