From 98fbec19ab4b353a40e6652b18cfd10ff95d1139 Mon Sep 17 00:00:00 2001 From: Julio Galvan Date: Thu, 2 Aug 2018 00:11:28 -0700 Subject: [PATCH] vscode: rebuild with nodejs-lts --- srcpkgs/vscode/patches/marketplace.patch | 16 ++++++++++++++++ srcpkgs/vscode/template | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/vscode/patches/marketplace.patch diff --git a/srcpkgs/vscode/patches/marketplace.patch b/srcpkgs/vscode/patches/marketplace.patch new file mode 100644 index 00000000000..c2453c9690b --- /dev/null +++ b/srcpkgs/vscode/patches/marketplace.patch @@ -0,0 +1,16 @@ +diff --git product.json product.json +index ed3ced1c1be3..27bf557b1d71 100644 +--- product.json ++++ product.json +@@ -21,5 +21,10 @@ + "extensionAllowedProposedApi": [ + "ms-vscode.node-debug", + "ms-vscode.node-debug2" +- ] ++ ], ++ "extensionsGallery": { ++ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", ++ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", ++ "itemUrl": "https://marketplace.visualstudio.com/items" ++ } + } diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index 1253bfbadab..9d1af8a2691 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -1,8 +1,8 @@ # Template file for 'vscode' pkgname=vscode version=1.25.1 -revision=1 -hostmakedepends="pkg-config python nodejs yarn" +revision=2 +hostmakedepends="pkg-config python nodejs-lts yarn" makedepends="libX11-devel libxkbfile-devel libsecret-devel" depends="GConf libXtst libxkbfile nss" short_desc="Microsoft Code for Linux"