summarylogtreecommitdiffstats
path: root/0001-patch-product.json-to-enable-all-extensions.patch
blob: 95ea7c4780788dd1333deb4a56e32e4b1f996bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
From 47f33e3bb406ba35c1005ff63e3342a0ced8b834 Mon Sep 17 00:00:00 2001
From: Daniel Playfair Cal <dcal@atlassian.com>
Date: Tue, 16 Nov 2021 17:55:14 +1100
Subject: [PATCH] patch product.json to enable all extensions

---
 product.json | 32 +++++++++++++++++++++++++++-----
 1 file changed, 27 insertions(+), 5 deletions(-)

diff --git a/product.json b/product.json
index 07a707b9638..9e43c574341 100644
--- a/product.json
+++ b/product.json
@@ -1,8 +1,21 @@
 {
-	"nameShort": "Code - OSS",
-	"nameLong": "Code - OSS",
-	"applicationName": "code-oss",
-	"dataFolderName": ".vscode-oss",
+	"quality": "stable",
+	"extensionsGallery": {
+		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
+		"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
+		"itemUrl": "https://marketplace.visualstudio.com/items"
+	},
+	"documentationUrl": "https://code.visualstudio.com/docs",
+	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
+	"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
+	"tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
+	"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
+	"commit": "ea3859d4ba2f3e577a159bc91e3074c5d85c0523",
+	"date": "2021-01-20T11:41:28Z",
+	"nameShort": "Code - Wayland",
+	"nameLong": "Code - Wayland",
+	"applicationName": "code-wayland",
+	"dataFolderName": ".vscode-wayland",
 	"win32MutexName": "vscodeoss",
 	"licenseName": "MIT",
 	"licenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
@@ -23,11 +36,20 @@
 	"win32AppUserModelId": "Microsoft.CodeOSS",
 	"win32ShellNameShort": "C&ode - OSS",
 	"darwinBundleIdentifier": "com.visualstudio.code.oss",
-	"linuxIconName": "com.visualstudio.code.oss",
+	"linuxIconName": "com.visualstudio.code.wayland",
 	"licenseFileName": "LICENSE.txt",
 	"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
 	"urlProtocol": "code-oss",
 	"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/",
+	"extensionAllowedProposedApi": [
+		"ms-vscode.vscode-js-profile-flame",
+		"ms-vscode.vscode-js-profile-table",
+		"GitHub.remotehub",
+		"GitHub.remotehub-insiders",
+		"ms-vsliveshare.vsliveshare",
+		"ms-vscode.node-debug",
+		"ms-vscode.node-debug2"
+	],
 	"builtInExtensions": [
 		{
 			"name": "ms-vscode.references-view",
-- 
2.35.2