vscode: rebuild with nodejs-lts

This commit is contained in:
Julio Galvan 2018-08-02 00:11:28 -07:00 committed by Enno Boland
parent 84a1df2021
commit 98fbec19ab
2 changed files with 18 additions and 2 deletions

View file

@ -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"
+ }
}

View file

@ -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"