vscode: update to 1.46.0

This commit is contained in:
Alex Lohr 2020-06-12 11:55:45 +02:00 committed by Helmut Pozimski
parent 7d00468706
commit e1ca38bee4
4 changed files with 24 additions and 23 deletions

View file

@ -2,7 +2,7 @@ diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh
index 516c05e4ee08..bddc6f0cef22 100755 index 516c05e4ee08..bddc6f0cef22 100755
--- a/resources/linux/bin/code.sh --- a/resources/linux/bin/code.sh
+++ b/resources/linux/bin/code.sh +++ b/resources/linux/bin/code.sh
@@ -35,7 +35,7 @@ else @@ -36,7 +36,7 @@ else
VSCODE_PATH="$(dirname $(readlink -f $0))/.." VSCODE_PATH="$(dirname $(readlink -f $0))/.."
else else
# else use the standard install location # else use the standard install location

View file

@ -2,7 +2,7 @@ diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
index 93a943aba0be..5ab9be8c4bb5 100644 index 93a943aba0be..5ab9be8c4bb5 100644
--- a/build/gulpfile.vscode.js --- a/build/gulpfile.vscode.js
+++ b/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js
@@ -257,7 +257,15 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op @@ -258,7 +258,15 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
'resources/win32/code_150x150.png' 'resources/win32/code_150x150.png'
], { base: '.' })); ], { base: '.' }));
} else if (platform === 'linux') { } else if (platform === 'linux') {

View file

@ -2,22 +2,23 @@ diff --git a/product.json b/product.json
index 335caa71f6b0..b06b418f15c1 100644 index 335caa71f6b0..b06b418f15c1 100644
--- a/product.json --- a/product.json
+++ b/product.json +++ b/product.json
@@ -20,10 +20,18 @@ @@ -22,12 +20,20 @@
"licenseFileName": "LICENSE.txt", "licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
"urlProtocol": "code-oss", "urlProtocol": "code-oss",
+ "quality": "stable", + "quality": "stable",
+ "documentationUrl": "https://github.com/microsoft/vscode-docs", + "documentationUrl": "https://github.com/microsoft/vscode-docs",
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues", + "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
"extensionAllowedProposedApi": [ "extensionAllowedProposedApi": [
"ms-vscode.vscode-js-profile-table", "ms-vscode.vscode-js-profile-flame",
"ms-vscode.references-view" "ms-vscode.vscode-js-profile-table",
], "ms-vscode.references-view"
+ "extensionsGallery": { ],
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", + "extensionsGallery": {
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
+ "itemUrl": "https://marketplace.visualstudio.com/items" + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
+ }, + "itemUrl": "https://marketplace.visualstudio.com/items"
"builtInExtensions": [ + },
{ "builtInExtensions": [
"name": "ms-vscode.node-debug", {
"name": "ms-vscode.node-debug",

View file

@ -1,6 +1,6 @@
# Template file for 'vscode' # Template file for 'vscode'
pkgname=vscode pkgname=vscode
version=1.45.1 version=1.46.0
revision=1 revision=1
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar" hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
makedepends="libxkbfile-devel libsecret-devel" makedepends="libxkbfile-devel libsecret-devel"
@ -10,7 +10,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
license="MIT" license="MIT"
homepage="https://code.visualstudio.com/" homepage="https://code.visualstudio.com/"
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz" distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
checksum=5436bd5e0d1b2490ed34c930c650ad7761aec08b40e99691c03d972a80cbf724 checksum=5bf4d51773bb26a484e0063b668cba38b5f7451cb77be230fbf64fa44d498ad8
patch_args="-Np1" patch_args="-Np1"
# Due to electron # Due to electron