diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch index 2725320b4a..e1874ba185 100644 --- a/srcpkgs/vscode/patches/product.patch +++ b/srcpkgs/vscode/patches/product.patch @@ -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" ], diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index b2ae3c6a0d..a78b6dfba0 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -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 " 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