vscode: update to 1.62.0
This commit is contained in:
parent
2c28cd8efb
commit
e27db7c0a4
3 changed files with 12 additions and 14 deletions
|
@ -1,18 +1,18 @@
|
||||||
diff --git a/product.json b/product.json
|
diff --git a/product.json b/product.json
|
||||||
index 7b60eac641d..c9aeeeecfe6 100644
|
index 14ef10628d3..a5b1df55002 100644
|
||||||
--- a/product.json
|
--- a/product.json
|
||||||
+++ b/product.json
|
+++ b/product.json
|
||||||
@@ -22,6 +22,9 @@
|
@@ -23,6 +23,9 @@
|
||||||
"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",
|
||||||
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/dc1a6699060423b8c4d2ced736ad70195378fddf/out/vs/workbench/contrib/webview/browser/pre/",
|
||||||
"extensionAllowedProposedApi": [
|
"extensionAllowedProposedApi": [
|
||||||
"ms-vscode.vscode-js-profile-flame",
|
"ms-vscode.vscode-js-profile-flame",
|
||||||
@@ -31,6 +34,11 @@
|
@@ -32,6 +35,11 @@
|
||||||
"GitHub.remotehub",
|
"GitHub.remotehub",
|
||||||
"GitHub.remotehub-insiders"
|
"GitHub.remotehub-insiders"
|
||||||
],
|
],
|
||||||
|
|
|
@ -6,25 +6,23 @@ ship a prebuilt ripgrep.
|
||||||
|
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -82,7 +82,7 @@
|
@@ -83,7 +83,7 @@
|
||||||
"vscode-oniguruma": "1.5.1",
|
"vscode-oniguruma": "1.5.1",
|
||||||
"vscode-proxy-agent": "^0.11.0",
|
"vscode-proxy-agent": "^0.11.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
- "vscode-ripgrep": "^1.12.1",
|
- "vscode-ripgrep": "^1.12.1",
|
||||||
+ "vscode-ripgrep": "https://github.com/q66/vscode-ripgrep.git",
|
+ "vscode-ripgrep": "https://github.com/q66/vscode-ripgrep.git",
|
||||||
"vscode-textmate": "5.4.0",
|
"vscode-textmate": "5.4.1",
|
||||||
"xterm": "4.15.0-beta.3",
|
"xterm": "4.15.0-beta.10",
|
||||||
"xterm-addon-search": "0.9.0-beta.5",
|
"xterm-addon-search": "0.9.0-beta.5",
|
||||||
diff --git a/remote/package.json b/remote/package.json
|
|
||||||
index b0bff62..88a036e 100644
|
|
||||||
--- a/remote/package.json
|
--- a/remote/package.json
|
||||||
+++ b/remote/package.json
|
+++ b/remote/package.json
|
||||||
@@ -22,7 +22,7 @@
|
@@ -23,7 +23,7 @@
|
||||||
"vscode-oniguruma": "1.5.1",
|
"vscode-oniguruma": "1.5.1",
|
||||||
"vscode-proxy-agent": "^0.11.0",
|
"vscode-proxy-agent": "^0.11.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
- "vscode-ripgrep": "^1.12.1",
|
- "vscode-ripgrep": "^1.12.1",
|
||||||
+ "vscode-ripgrep": "https://github.com/q66/vscode-ripgrep.git",
|
+ "vscode-ripgrep": "https://github.com/q66/vscode-ripgrep.git",
|
||||||
"vscode-textmate": "5.4.0",
|
"vscode-textmate": "5.4.1",
|
||||||
"xterm": "4.15.0-beta.3",
|
"xterm": "4.15.0-beta.10",
|
||||||
"xterm-addon-search": "0.9.0-beta.5",
|
"xterm-addon-search": "0.9.0-beta.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.61.2
|
version=1.62.0
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=13.3.0
|
_electronver=13.3.0
|
||||||
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
||||||
|
@ -11,7 +11,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=8854cb40d508ad30f3c83a5f6d9ef3072b82593a28c28ad7e7f62937217003ed
|
checksum=e7e961d8115c94d37a2e360f92a3f4778a43eaddbf6fe183028e0c1759ccc803
|
||||||
nocross=yes # x64 build does not cut it, it contains native code
|
nocross=yes # x64 build does not cut it, it contains native code
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Reference in a new issue