parent
63d992ecad
commit
20c03eafa5
|
@ -1,24 +1,25 @@
|
|||
diff --git a/product.json b/product.json
|
||||
index 335caa71f6b0..b06b418f15c1 100644
|
||||
index 2b884d18f301..601c429e3cdf 100644
|
||||
--- a/product.json
|
||||
+++ b/product.json
|
||||
@@ -22,12 +20,20 @@
|
||||
"licenseFileName": "LICENSE.txt",
|
||||
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
||||
"urlProtocol": "code-oss",
|
||||
+ "quality": "stable",
|
||||
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
||||
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
|
||||
"extensionAllowedProposedApi": [
|
||||
"ms-vscode.vscode-js-profile-flame",
|
||||
"ms-vscode.vscode-js-profile-table",
|
||||
"ms-vscode.references-view"
|
||||
],
|
||||
+ "extensionsGallery": {
|
||||
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
||||
+ "itemUrl": "https://marketplace.visualstudio.com/items"
|
||||
+ },
|
||||
"builtInExtensions": [
|
||||
{
|
||||
"name": "ms-vscode.node-debug",
|
||||
@@ -22,12 +22,20 @@
|
||||
"licenseFileName": "LICENSE.txt",
|
||||
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
||||
"urlProtocol": "code-oss",
|
||||
+ "quality": "stable",
|
||||
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
||||
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
|
||||
"extensionAllowedProposedApi": [
|
||||
"ms-vscode.vscode-js-profile-flame",
|
||||
"ms-vscode.vscode-js-profile-table",
|
||||
"ms-vscode.references-view",
|
||||
"ms-vscode.github-browser"
|
||||
],
|
||||
+ "extensionsGallery": {
|
||||
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
||||
+ "itemUrl": "https://marketplace.visualstudio.com/items"
|
||||
+ },
|
||||
"builtInExtensions": [
|
||||
{
|
||||
"name": "ms-vscode.node-debug",
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'vscode'
|
||||
pkgname=vscode
|
||||
version=1.47.3
|
||||
revision=2
|
||||
version=1.48.0
|
||||
revision=1
|
||||
_electronver=7.3.2
|
||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
|
||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
|
||||
makedepends="libxkbfile-devel libsecret-devel electron7"
|
||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron7"
|
||||
short_desc="Microsoft Code for Linux"
|
||||
|
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://code.visualstudio.com/"
|
||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||
checksum=463c8d5c3e02035ada5c0b9dcbb8718841fa27f6258838bfa4bab3a916ca16f3
|
||||
checksum=3983a6807554bc76a233cf215e6e1c936e5ace5c635fe049d019db24ccc0f62d
|
||||
patch_args="-Np1"
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||
|
|
Loading…
Reference in New Issue