This commit is contained in:
Sergey Zhemoytel 2024-03-07 22:40:24 +00:00
parent c6bbec4c34
commit 5df71675a3
3 changed files with 18 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
vscode-1.87.0.tar.gz: d1a865f4f8b3fb1ed7e5cd3e187b486d6ae5b23c
vscode-1.87.1.tar.gz: 5801faf25e2a4783f2b04416a9b949829dcece14

15
vscode-marketplace.patch Normal file
View file

@ -0,0 +1,15 @@
*** product.json.orig 2022-10-09 00:47:45.639671501 +0300
--- product.json 2022-10-09 00:50:47.900004568 +0300
***************
*** 28,33 ****
--- 28,37 ----
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
"urlProtocol": "code-oss",
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
+ "extensionsGallery": {
+ "serviceUrl": "https://open-vsx.org/vscode/gallery",
+ "itemUrl": "https://open-vsx.org/vscode/item"
+ },
"builtInExtensions": [
{
"name": "ms-vscode.js-debug-companion",

View file

@ -4,7 +4,7 @@
%define nodever 16
Name: vscode
Version: 1.87.0
Version: 1.87.1
Release: 1
Summary: Visual Studio Code
Group: Development/Tools
@ -12,7 +12,7 @@ License: MIT
URL: https://code.visualstudio.com/
Source0: https://github.com/microsoft/vscode/archive/%{version}/%{name}-%{version}.tar.gz
Source1000: %{name}.rpmlintrc
Patch0: %{name}-marketplace-%{version}.patch
Patch0: %{name}-marketplace.patch
ExclusiveArch: x86_64
BuildRequires: nodejs-bootstrap-bin >= %{nodever}
#BuildRequires: nodejs16