mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
vscode: rebuild with nodejs-lts
This commit is contained in:
parent
84a1df2021
commit
98fbec19ab
2 changed files with 18 additions and 2 deletions
16
srcpkgs/vscode/patches/marketplace.patch
Normal file
16
srcpkgs/vscode/patches/marketplace.patch
Normal 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"
|
||||||
|
+ }
|
||||||
|
}
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.25.1
|
version=1.25.1
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="pkg-config python nodejs yarn"
|
hostmakedepends="pkg-config python nodejs-lts yarn"
|
||||||
makedepends="libX11-devel libxkbfile-devel libsecret-devel"
|
makedepends="libX11-devel libxkbfile-devel libsecret-devel"
|
||||||
depends="GConf libXtst libxkbfile nss"
|
depends="GConf libXtst libxkbfile nss"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue