vscode: update to 1.62.2.
closes #34033 Allow ms-python.python to access the unstable extention api
This commit is contained in:
parent
2cc3ff28a3
commit
15ad80c79d
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@ diff --git a/product.json b/product.json
|
|||
index 14ef10628d3..a5b1df55002 100644
|
||||
--- a/product.json
|
||||
+++ b/product.json
|
||||
@@ -23,6 +23,9 @@
|
||||
@@ -23,15 +23,24 @@
|
||||
"licenseFileName": "LICENSE.txt",
|
||||
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
||||
"urlProtocol": "code-oss",
|
||||
|
@ -12,7 +12,10 @@ index 14ef10628d3..a5b1df55002 100644
|
|||
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/dc1a6699060423b8c4d2ced736ad70195378fddf/out/vs/workbench/contrib/webview/browser/pre/",
|
||||
"extensionAllowedProposedApi": [
|
||||
"ms-vscode.vscode-js-profile-flame",
|
||||
@@ -32,6 +35,11 @@
|
||||
"ms-vscode.vscode-js-profile-table",
|
||||
"ms-vscode.remotehub",
|
||||
"ms-vscode.remotehub-insiders",
|
||||
+ "ms-python.python",
|
||||
"GitHub.remotehub",
|
||||
"GitHub.remotehub-insiders"
|
||||
],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vscode'
|
||||
pkgname=vscode
|
||||
version=1.62.1
|
||||
version=1.62.2
|
||||
revision=1
|
||||
_electronver=13.3.0
|
||||
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
||||
|
@ -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=f4ff57429bebf15155511bb84884cc110733376cbbfe5a1bcac598984a6d7714
|
||||
checksum=90adb3a4260e824fc55c68c983ad623c6d9b562c6422b9aee0e3fd9db4ad84ae
|
||||
nocross=yes # x64 build does not cut it, it contains native code
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||
|
|
Loading…
Reference in a new issue