Skip to content

Commit 19710ab

Browse files
committed
vscode: Update product.json
The new fields are from vscodium and make the welcome page documentation links work correctly. I also renamed the distribution to "code-server" so that when you're in a browser, it now says code-server instead of Code OSS.
1 parent 96170de commit 19710ab

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

ci/dev/vscode.patch

+26-1
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,18 @@ index 28f8a69a2a91f9cb9f4dbd73ed3e689b2b3afe84..b5f5b10004d3e36092a30f685938a606
264264
}
265265
}
266266
diff --git a/product.json b/product.json
267-
index 7cab6d1b9f3b84bfc703856e93773a293fd198cf..31d3d5a943192eee791e1121415b436dc1ed3822 100644
267+
index 7cab6d1b9f3b84bfc703856e93773a293fd198cf..6924d94f65b390f52885b1036f7e96bce0e34680 100644
268268
--- a/product.json
269269
+++ b/product.json
270+
@@ -1,6 +1,6 @@
271+
{
272+
- "nameShort": "Code - OSS",
273+
- "nameLong": "Code - OSS",
274+
+ "nameShort": "code-server",
275+
+ "nameLong": "code-server",
276+
"applicationName": "code-oss",
277+
"dataFolderName": ".vscode-oss",
278+
"win32MutexName": "vscodeoss",
270279
@@ -20,7 +20,7 @@
271280
"darwinBundleIdentifier": "com.visualstudio.code.oss",
272281
"linuxIconName": "com.visualstudio.code.oss",
@@ -276,6 +285,22 @@ index 7cab6d1b9f3b84bfc703856e93773a293fd198cf..31d3d5a943192eee791e1121415b436d
276285
"urlProtocol": "code-oss",
277286
"extensionAllowedProposedApi": [
278287
"ms-vscode.vscode-js-profile-flame",
288+
@@ -136,5 +136,14 @@
289+
"publisherDisplayName": "Microsoft"
290+
}
291+
}
292+
- ]
293+
+ ],
294+
+
295+
+ "//": "https://github.com/VSCodium/vscodium/pull/155/files",
296+
+ "documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
297+
+ "keyboardShortcutsUrlMac": "https://go.microsoft.com/fwlink/?linkid=832143",
298+
+ "keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
299+
+ "keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",
300+
+ "introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
301+
+ "tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
302+
+ "newsletterSignupUrl": "https://www.research.net/r/vsc-newsletter"
303+
}
279304
diff --git a/remote/.yarnrc b/remote/.yarnrc
280305
deleted file mode 100644
281306
index c1a32ce532afa501fb19bdbcf6bcb0ec151ecd99..0000000000000000000000000000000000000000

0 commit comments

Comments
 (0)