vscode: update to 1.46.0
This commit is contained in:
parent
7d00468706
commit
e1ca38bee4
|
@ -2,7 +2,7 @@ diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh
|
|||
index 516c05e4ee08..bddc6f0cef22 100755
|
||||
--- a/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))/.."
|
||||
else
|
||||
# else use the standard install location
|
||||
|
|
|
@ -2,7 +2,7 @@ diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
|
|||
index 93a943aba0be..5ab9be8c4bb5 100644
|
||||
--- a/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'
|
||||
], { base: '.' }));
|
||||
} else if (platform === 'linux') {
|
||||
|
|
|
@ -2,22 +2,23 @@ diff --git a/product.json b/product.json
|
|||
index 335caa71f6b0..b06b418f15c1 100644
|
||||
--- a/product.json
|
||||
+++ b/product.json
|
||||
@@ -20,10 +20,18 @@
|
||||
"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-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 +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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vscode'
|
||||
pkgname=vscode
|
||||
version=1.45.1
|
||||
version=1.46.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
|
||||
makedepends="libxkbfile-devel libsecret-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://code.visualstudio.com/"
|
||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||
checksum=5436bd5e0d1b2490ed34c930c650ad7761aec08b40e99691c03d972a80cbf724
|
||||
checksum=5bf4d51773bb26a484e0063b668cba38b5f7451cb77be230fbf64fa44d498ad8
|
||||
patch_args="-Np1"
|
||||
|
||||
# Due to electron
|
||||
|
|
Loading…
Reference in New Issue